Html Css Color HEX #E92A75 Cerise

📋 copy color: '#E92A75'

red 233 ◦ green 42 ◦ blue 117

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

Shades of Cerise #E92A75

Tints of Cerise #E92A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.85%

R = 59.44%
G = 10.71%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E92A75 (or 0xE92A75) is known color: Cerise. HEX triplet: E9, 2A and 75. RGB value is (233,42,117). Sum of RGB (Red+Green+Blue) = 233+42+117=392 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.44% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92A75 is #16D58A. Grayscale: #6B6B6B. Windows color (decimal): -1496459 or 7678697. OLE color: 7678697.

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

Color convert

RGB 233 42 117 -
CMYK 0 0.82 0.50 0.09
HSL 336.44º 0.81% 0.54% -
HSV(B) 336.44º 0.82% 0.91% -
XYZ 37.64 20.26 18.76 -
YUV 107.66 133.28 217.4 -
System Red Green Blue C M Y K H S L
Decimal 233 42 117 0 0.82 0.50 0.09 336.44 0.81 0.54
Hex E9 2A 75 0 52 32 9 150 51 36
Octal 351 52 165 0 122 62 11 520 121 66
Binary 11101001 101010 1110101 0 1010010 110010 1001 101010000 1010001 110110

Color Harmonies of #E92A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92A75

Black with #E92A75

Text Example


Text Example

White with #E92A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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