Html Css Color HEX #E92F72 Cerise

📋 copy color: '#E92F72'

red 233 ◦ green 47 ◦ blue 114

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

Shades of Cerise #E92F72

Tints of Cerise #E92F72

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.93%

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

R = 59.14%
G = 11.93%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E92F72 (or 0xE92F72) is known color: Cerise. HEX triplet: E9, 2F and 72. RGB value is (233,47,114). Sum of RGB (Red+Green+Blue) = 233+47+114=394 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.14% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 233 - color contains mainly: red. Hex color #E92F72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92F72 is #16D08D. Grayscale: #6E6E6E. Windows color (decimal): -1495182 or 7483369. OLE color: 7483369.

HSL color Cylindrical-coordinate representation of color #E92F72: hue angle of 338.39º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E92F72 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 47 114 -
CMYK 0 0.80 0.51 0.09
HSL 338.39º 0.81% 0.55% -
HSV(B) 338.39º 0.8% 0.91% -
XYZ 37.66 20.57 17.91 -
YUV 110.25 130.12 215.55 -
System Red Green Blue C M Y K H S L
Decimal 233 47 114 0 0.80 0.51 0.09 338.39 0.81 0.55
Hex E9 2F 72 0 50 33 9 152 51 37
Octal 351 57 162 0 120 63 11 522 121 67
Binary 11101001 101111 1110010 0 1010000 110011 1001 101010010 1010001 110111

Color Harmonies of #E92F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92F72

Black with #E92F72

Text Example


Text Example

White with #E92F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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