Html Css Color HEX #E92A5E Cerise

📋 copy color: '#E92A5E'

red 233 ◦ green 42 ◦ blue 94

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

Shades of Cerise #E92A5E

Tints of Cerise #E92A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.47%

R = 63.14%
G = 11.38%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E92A5E (or 0xE92A5E) is known color: Cerise. HEX triplet: E9, 2A and 5E. RGB value is (233,42,94). Sum of RGB (Red+Green+Blue) = 233+42+94=369 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.14% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92A5E is #16D5A1. Grayscale: #696969. Windows color (decimal): -1496482 or 6171369. OLE color: 6171369.

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

Color convert

RGB 233 42 94 -
CMYK 0 0.82 0.60 0.09
HSL 343.66º 0.81% 0.54% -
HSV(B) 343.66º 0.82% 0.91% -
XYZ 36.45 19.79 12.49 -
YUV 105.04 121.78 219.27 -
System Red Green Blue C M Y K H S L
Decimal 233 42 94 0 0.82 0.60 0.09 343.66 0.81 0.54
Hex E9 2A 5E 0 52 3C 9 158 51 36
Octal 351 52 136 0 122 74 11 530 121 66
Binary 11101001 101010 1011110 0 1010010 111100 1001 101011000 1010001 110110

Color Harmonies of #E92A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92A5E

Black with #E92A5E

Text Example


Text Example

White with #E92A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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