Html Css Color HEX #E92994 Deep Cerise

📋 copy color: '#E92994'

red 233 ◦ green 41 ◦ blue 148

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

Shades of Deep Cerise #E92994

Tints of Deep Cerise #E92994

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.72%

 BLUE value IS 148 (58.2% from 255) = 35.07%

R = 55.21%
G = 9.72%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E92994 (or 0xE92994) is known color: Deep Cerise. HEX triplet: E9, 29 and 94. RGB value is (233,41,148). Sum of RGB (Red+Green+Blue) = 233+41+148=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E92994 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92994 is #16D66B. Grayscale: #6E6E6E. Windows color (decimal): -1496684 or 9710057. OLE color: 9710057.

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

Color convert

RGB 233 41 148 -
CMYK 0 0.82 0.36 0.09
HSL 326.56º 0.81% 0.54% -
HSV(B) 326.56º 0.82% 0.91% -
XYZ 39.74 21.05 29.98 -
YUV 110.61 149.11 215.3 -
System Red Green Blue C M Y K H S L
Decimal 233 41 148 0 0.82 0.36 0.09 326.56 0.81 0.54
Hex E9 29 94 0 52 24 9 147 51 36
Octal 351 51 224 0 122 44 11 507 121 66
Binary 11101001 101001 10010100 0 1010010 100100 1001 101000111 1010001 110110

Color Harmonies of #E92994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92994

Black with #E92994

Text Example


Text Example

White with #E92994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92994; }

 p { color: rgb(233,41,148); }

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

background-color css

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

 a { background-color: rgb(233,41,148); }

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

border-color css

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

 span { border-color: rgb(233,41,148); }

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