#e42195

Color #E42195 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #E42195

Tints of Deep Cerise #E42195

Color information

#E42195 (or 0xE42195) is unknown color: approx Deep Cerise. HEX triplet: E4, 21 and 95. RGB value is (228,33,149). Sum of RGB (Red+Green+Blue) = 228+33+149=410 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.61% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 228 - color contains mainly: red. Hex color #E42195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42195 is #1BDE6A. Grayscale: #686868. Windows color (decimal): -1826411 or 9773540. OLE color: 9773540.

HSL color Cylindrical-coordinate representation of color #E42195: hue angle of 324.31º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E42195 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB22833149-
CMYK00.860.350.11
HSL324.31º78.31%51.18%-
HSV(B)324.31º85.53%89.41%-
XYZ37.9619.7530.25-
YUV104.53153.1216.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 228 (89.45% from 255) = 55.61%
GREEN value IS 33 (13.28% from 255) = 8.05%
BLUE value IS 149 (58.59% from 255) = 36.34%
R=55.61%
G=8.05%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2283314900.860.350.11324.3178.3151.18
HexE4219505623B1444e33
Octal344412250126431350411663
Binary11100100100001100101010101011010001110111010001001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e42195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e42195; }

 p { color: rgb(228,33,149); }

 H1.HeaderClassName
 {
   color: #e42195;
 }
 .AnyTagClassName
 {
   color: #e42195;
 }
</style>
background-color css

<style>
 a { background-color: #e42195; }

 a { background-color: rgb(228,33,149); }

 div.DivClassName
 {
   background-color: #e42195;
 }
 .BgClassName
 {
   background-color: #e42195;
 }
</style>
border-color css

<style>
 span { border-color: #e42195; }

 span { border-color: rgb(228,33,149); }

 td.TdClassName
 {
   border-color: #e42195;
 }
 .TagClassName
 {
   border-color: #e42195;
 }
</style>