Html Css Color HEX #E92D80 Deep Cerise

📋 copy color: '#E92D80'

red 233 ◦ green 45 ◦ blue 128

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

Shades of Deep Cerise #E92D80

Tints of Deep Cerise #E92D80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.53%

R = 57.39%
G = 11.08%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E92D80 (or 0xE92D80) is known color: Deep Cerise. HEX triplet: E9, 2D and 80. RGB value is (233,45,128). Sum of RGB (Red+Green+Blue) = 233+45+128=406 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.39% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92D80 is #16D27F. Grayscale: #6E6E6E. Windows color (decimal): -1495680 or 8400361. OLE color: 8400361.

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

Color convert

RGB 233 45 128 -
CMYK 0 0.81 0.45 0.09
HSL 333.51º 0.81% 0.55% -
HSV(B) 333.51º 0.81% 0.91% -
XYZ 38.44 20.76 22.4 -
YUV 110.67 137.78 215.25 -
System Red Green Blue C M Y K H S L
Decimal 233 45 128 0 0.81 0.45 0.09 333.51 0.81 0.55
Hex E9 2D 80 0 51 2D 9 14E 51 37
Octal 351 55 200 0 121 55 11 516 121 67
Binary 11101001 101101 10000000 0 1010001 101101 1001 101001110 1010001 110111

Color Harmonies of #E92D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92D80

Black with #E92D80

Text Example


Text Example

White with #E92D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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