#E92A64

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

Shades of Cerise #E92A64

Tints of Cerise #E92A64

Color information

#E92A64 (or 0xE92A64) is unknown color: approx Cerise. HEX triplet: E9, 2A and 64. RGB value is (233,42,100). Sum of RGB (Red+Green+Blue) = 233+42+100=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92A64 is #16D59B. Grayscale: #696969. Windows color (decimal): -1496476 or 6564585. OLE color: 6564585.

HSL color Cylindrical-coordinate representation of color #E92A64: hue angle of 341.78º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92A64 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB23342100-
CMYK00.820.570.09
HSL341.78º81.28%53.92%-
HSV(B)341.78º81.97%91.37%-
XYZ36.7319.913.96-
YUV105.72124.78218.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 62.13%
GREEN value IS 42 (16.80% from 255) = 11.2%
BLUE value IS 100 (39.45% from 255) = 26.67%
R=62.13%
G=11.2%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2334210000.820.570.09341.7881.2853.92
HexE92A640523991565136
Octal351521440122711152612166
Binary1110100110101011001000101001011100110011010101101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92A64; }

 p { color: rgb(233,42,100); }

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

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

 a { background-color: rgb(233,42,100); }

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

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

 span { border-color: rgb(233,42,100); }

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