#E94469

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

Shades of Cerise #E94469

Tints of Cerise #E94469

Color information

#E94469 (or 0xE94469) is unknown color: approx Cerise. HEX triplet: E9, 44 and 69. RGB value is (233,68,105). Sum of RGB (Red+Green+Blue) = 233+68+105=406 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.39% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 233 - color contains mainly: red. Hex color #E94469 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94469 is #16BB96. Grayscale: #797979. Windows color (decimal): -1489815 or 6898921. OLE color: 6898921.

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

Color convert

RGB23368105-
CMYK00.710.550.09
HSL346.55º78.95%59.02%-
HSV(B)346.55º70.82%91.37%-
XYZ38.2222.4815.69-
YUV121.55118.66207.49-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 57.39%
GREEN value IS 68 (26.95% from 255) = 16.75%
BLUE value IS 105 (41.41% from 255) = 25.86%
R=57.39%
G=16.75%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336810500.710.550.09346.5578.9559.02
HexE9446904737915b4f3b
Octal3511041510107671153311773
Binary11101001100010011010010100011111011110011010110111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94469; }

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

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

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

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

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

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

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

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