Html Css Color HEX #E72982 Deep Cerise

📋 copy color: '#E72982'

red 231 ◦ green 41 ◦ blue 130

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

Shades of Deep Cerise #E72982

Tints of Deep Cerise #E72982

RGB

 RED value IS 231 (90.63% from 255) = 57.46%

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

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

R = 57.46%
G = 10.2%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E72982 (or 0xE72982) is known color: Deep Cerise. HEX triplet: E7, 29 and 82. RGB value is (231,41,130). Sum of RGB (Red+Green+Blue) = 231+41+130=402 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.46% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 231 - color contains mainly: red. Hex color #E72982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72982 is #18D67D. Grayscale: #6B6B6B. Windows color (decimal): -1627774 or 8530407. OLE color: 8530407.

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

Color convert

RGB 231 41 130 -
CMYK 0 0.82 0.44 0.09
HSL 331.89º 0.8% 0.53% -
HSV(B) 331.89º 0.82% 0.91% -
XYZ 37.78 20.19 23.02 -
YUV 107.96 140.45 215.76 -
System Red Green Blue C M Y K H S L
Decimal 231 41 130 0 0.82 0.44 0.09 331.89 0.8 0.53
Hex E7 29 82 0 52 2C 9 14C 50 35
Octal 347 51 202 0 122 54 11 514 120 65
Binary 11100111 101001 10000010 0 1010010 101100 1001 101001100 1010000 110101

Color Harmonies of #E72982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72982

Black with #E72982

Text Example


Text Example

White with #E72982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72982; }

 p { color: rgb(231,41,130); }

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

background-color css

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

 a { background-color: rgb(231,41,130); }

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

border-color css

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

 span { border-color: rgb(231,41,130); }

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