#E34286

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

Shades of Deep Cerise #E34286

Tints of Deep Cerise #E34286

Color information

#E34286 (or 0xE34286) is unknown color: approx Deep Cerise. HEX triplet: E3, 42 and 86. RGB value is (227,66,134). Sum of RGB (Red+Green+Blue) = 227+66+134=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E34286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34286 is #1CBD79. Grayscale: #797979. Windows color (decimal): -1883514 or 8798947. OLE color: 8798947.

HSL color Cylindrical-coordinate representation of color #E34286: hue angle of 334.66º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E34286 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB22766134-
CMYK00.710.410.11
HSL334.66º74.19%57.45%-
HSV(B)334.66º70.93%89.02%-
XYZ37.9321.9524.79-
YUV121.89134.84202.97-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.16%
GREEN value IS 66 (26.17% from 255) = 15.46%
BLUE value IS 134 (52.73% from 255) = 31.38%
R=53.16%
G=15.46%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2276613400.710.410.11334.6674.1957.45
HexE3428604729B14f4a39
Octal3431022060107511351711271
Binary111000111000010100001100100011110100110111010011111001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34286; }

 p { color: rgb(227,66,134); }

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

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

 a { background-color: rgb(227,66,134); }

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

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

 span { border-color: rgb(227,66,134); }

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