Html Css Color HEX #E31982 Deep Cerise

📋 copy color: '#E31982'

red 227 ◦ green 25 ◦ blue 130

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

Shades of Deep Cerise #E31982

Tints of Deep Cerise #E31982

RGB

 RED value IS 227 (89.06% from 255) = 59.42%

 GREEN value IS 25 (10.16% from 255) = 6.54%

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

R = 59.42%
G = 6.54%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E31982 (or 0xE31982) is known color: Deep Cerise. HEX triplet: E3, 19 and 82. RGB value is (227,25,130). Sum of RGB (Red+Green+Blue) = 227+25+130=382 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.42% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 227 - color contains mainly: red. Hex color #E31982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31982 is #1CE67D. Grayscale: #616161. Windows color (decimal): -1894014 or 8526307. OLE color: 8526307.

HSL color Cylindrical-coordinate representation of color #E31982: hue angle of 328.81º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31982 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 25 130 -
CMYK 0 0.89 0.43 0.11
HSL 328.81º 0.8% 0.49% -
HSV(B) 328.81º 0.89% 0.89% -
XYZ 36.06 18.64 22.82 -
YUV 97.37 146.42 220.46 -
System Red Green Blue C M Y K H S L
Decimal 227 25 130 0 0.89 0.43 0.11 328.81 0.8 0.49
Hex E3 19 82 0 59 2B B 149 50 31
Octal 343 31 202 0 131 53 13 511 120 61
Binary 11100011 11001 10000010 0 1011001 101011 1011 101001001 1010000 110001

Color Harmonies of #E31982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31982

Black with #E31982

Text Example


Text Example

White with #E31982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31982; }

 p { color: rgb(227,25,130); }

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

background-color css

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

 a { background-color: rgb(227,25,130); }

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

border-color css

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

 span { border-color: rgb(227,25,130); }

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