#E94268

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

Shades of Cerise #E94268

Tints of Cerise #E94268

Color information

#E94268 (or 0xE94268) is unknown color: approx Cerise. HEX triplet: E9, 42 and 68. RGB value is (233,66,104). Sum of RGB (Red+Green+Blue) = 233+66+104=403 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.82% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 233 - color contains mainly: red. Hex color #E94268 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94268 is #16BD97. Grayscale: #787878. Windows color (decimal): -1490328 or 6832873. OLE color: 6832873.

HSL color Cylindrical-coordinate representation of color #E94268: hue angle of 346.35º 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 #E94268 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB23366104-
CMYK00.720.550.09
HSL346.35º79.15%58.63%-
HSV(B)346.35º71.67%91.37%-
XYZ38.0522.2215.38-
YUV120.26118.83208.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 57.82%
GREEN value IS 66 (26.17% from 255) = 16.38%
BLUE value IS 104 (41.02% from 255) = 25.81%
R=57.82%
G=16.38%
B=25.81%

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
Decimal2336610400.720.550.09346.3579.1558.63
HexE9426804837915a4f3b
Octal3511021500110671153211773
Binary11101001100001011010000100100011011110011010110101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94268; }

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

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

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

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

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

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

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

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