Html Css Color HEX #E92482 Deep Cerise

📋 copy color: '#E92482'

red 233 ◦ green 36 ◦ blue 130

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

Shades of Deep Cerise #E92482

Tints of Deep Cerise #E92482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.02%

 BLUE value IS 130 (51.17% from 255) = 32.58%

R = 58.4%
G = 9.02%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E92482 (or 0xE92482) is known color: Deep Cerise. HEX triplet: E9, 24 and 82. RGB value is (233,36,130). Sum of RGB (Red+Green+Blue) = 233+36+130=399 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.40% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 233 - color contains mainly: red. Hex color #E92482 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92482 is #16DB7D. Grayscale: #696969. Windows color (decimal): -1497982 or 8529129. OLE color: 8529129.

HSL color Cylindrical-coordinate representation of color #E92482: hue angle of 331.37º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E92482 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 36 130 -
CMYK 0 0.85 0.44 0.09
HSL 331.37º 0.82% 0.53% -
HSV(B) 331.37º 0.85% 0.91% -
XYZ 38.26 20.2 23 -
YUV 105.62 141.77 218.86 -
System Red Green Blue C M Y K H S L
Decimal 233 36 130 0 0.85 0.44 0.09 331.37 0.82 0.53
Hex E9 24 82 0 55 2C 9 14B 52 35
Octal 351 44 202 0 125 54 11 513 122 65
Binary 11101001 100100 10000010 0 1010101 101100 1001 101001011 1010010 110101

Color Harmonies of #E92482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92482

Black with #E92482

Text Example


Text Example

White with #E92482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92482; }

 p { color: rgb(233,36,130); }

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

background-color css

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

 a { background-color: rgb(233,36,130); }

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

border-color css

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

 span { border-color: rgb(233,36,130); }

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