Html Css Color HEX #E92D8A Deep Cerise

📋 copy color: '#E92D8A'

red 233 ◦ green 45 ◦ blue 138

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

Shades of Deep Cerise #E92D8A

Tints of Deep Cerise #E92D8A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.82%

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 56.01%
G = 10.82%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E92D8A (or 0xE92D8A) is known color: Deep Cerise. HEX triplet: E9, 2D and 8A. RGB value is (233,45,138). Sum of RGB (Red+Green+Blue) = 233+45+138=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92D8A is #16D275. Grayscale: #6F6F6F. Windows color (decimal): -1495670 or 9055721. OLE color: 9055721.

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

Color convert

RGB 233 45 138 -
CMYK 0 0.81 0.41 0.09
HSL 330.32º 0.81% 0.55% -
HSV(B) 330.32º 0.81% 0.91% -
XYZ 39.13 21.04 26.04 -
YUV 111.81 142.78 214.44 -
System Red Green Blue C M Y K H S L
Decimal 233 45 138 0 0.81 0.41 0.09 330.32 0.81 0.55
Hex E9 2D 8A 0 51 29 9 14A 51 37
Octal 351 55 212 0 121 51 11 512 121 67
Binary 11101001 101101 10001010 0 1010001 101001 1001 101001010 1010001 110111

Color Harmonies of #E92D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92D8A

Black with #E92D8A

Text Example


Text Example

White with #E92D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92D8A; }

 p { color: rgb(233,45,138); }

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

background-color css

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

 a { background-color: rgb(233,45,138); }

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

border-color css

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

 span { border-color: rgb(233,45,138); }

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