#E92A65

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

Shades of Cerise #E92A65

Tints of Cerise #E92A65

Color information

#E92A65 (or 0xE92A65) is unknown color: approx Cerise. HEX triplet: E9, 2A and 65. RGB value is (233,42,101). Sum of RGB (Red+Green+Blue) = 233+42+101=376 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.97% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92A65 is #16D59A. Grayscale: #696969. Windows color (decimal): -1496475 or 6630121. OLE color: 6630121.

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

Color convert

RGB23342101-
CMYK00.820.570.09
HSL341.47º81.28%53.92%-
HSV(B)341.47º81.97%91.37%-
XYZ36.7819.9214.22-
YUV105.84125.28218.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 61.97%
GREEN value IS 42 (16.80% from 255) = 11.17%
BLUE value IS 101 (39.84% from 255) = 26.86%
R=61.97%
G=11.17%
B=26.86%

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
Decimal2334210100.820.570.09341.4781.2853.92
HexE92A650523991555136
Octal351521450122711152512166
Binary1110100110101011001010101001011100110011010101011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92A65; }

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

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

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

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

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

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

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

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