#E94269

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

Shades of Cerise #E94269

Tints of Cerise #E94269

Color information

#E94269 (or 0xE94269) is unknown color: approx Cerise. HEX triplet: E9, 42 and 69. RGB value is (233,66,105). Sum of RGB (Red+Green+Blue) = 233+66+105=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E94269 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94269 is #16BD96. Grayscale: #787878. Windows color (decimal): -1490327 or 6898409. OLE color: 6898409.

HSL color Cylindrical-coordinate representation of color #E94269: hue angle of 345.99º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E94269 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB23366105-
CMYK00.720.550.09
HSL345.99º79.15%58.63%-
HSV(B)345.99º71.67%91.37%-
XYZ38.122.2415.65-
YUV120.38119.33208.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 57.67%
GREEN value IS 66 (26.17% from 255) = 16.34%
BLUE value IS 105 (41.41% from 255) = 25.99%
R=57.67%
G=16.34%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336610500.720.550.09345.9979.1558.63
HexE9426904837915a4f3b
Octal3511021510110671153211773
Binary11101001100001011010010100100011011110011010110101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94269; }

 p { color: rgb(233,66,105); }

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

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

 a { background-color: rgb(233,66,105); }

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

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

 span { border-color: rgb(233,66,105); }

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