Html Css Color HEX #E92A72 Cerise

📋 copy color: '#E92A72'

red 233 ◦ green 42 ◦ blue 114

#E92A72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #E92A72

Tints of Cerise #E92A72

RGB

 RED value IS 233 (91.41% from 255) = 59.9%

 GREEN value IS 42 (16.8% from 255) = 10.8%

 BLUE value IS 114 (44.92% from 255) = 29.31%

R = 59.9%
G = 10.8%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E92A72 (or 0xE92A72) is known color: Cerise. HEX triplet: E9, 2A and 72. RGB value is (233,42,114). Sum of RGB (Red+Green+Blue) = 233+42+114=389 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.90% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92A72 is #16D58D. Grayscale: #6B6B6B. Windows color (decimal): -1496462 or 7482089. OLE color: 7482089.

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

Color convert

RGB 233 42 114 -
CMYK 0 0.82 0.51 0.09
HSL 337.38º 0.81% 0.54% -
HSV(B) 337.38º 0.82% 0.91% -
XYZ 37.47 20.19 17.84 -
YUV 107.32 131.78 217.65 -
System Red Green Blue C M Y K H S L
Decimal 233 42 114 0 0.82 0.51 0.09 337.38 0.81 0.54
Hex E9 2A 72 0 52 33 9 151 51 36
Octal 351 52 162 0 122 63 11 521 121 66
Binary 11101001 101010 1110010 0 1010010 110011 1001 101010001 1010001 110110

Color Harmonies of #E92A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92A72

Black with #E92A72

Text Example


Text Example

White with #E92A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92A72; }

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

 H1.HeaderClassName
 {
   color: #E92A72;
 }
 .AnyTagClassName
 {
   color: #E92A72;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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