Html Css Color HEX #E32082 Deep Cerise

📋 copy color: '#E32082'

red 227 ◦ green 32 ◦ blue 130

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

Shades of Deep Cerise #E32082

Tints of Deep Cerise #E32082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.23%

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

R = 58.35%
G = 8.23%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E32082 (or 0xE32082) is known color: Deep Cerise. HEX triplet: E3, 20 and 82. RGB value is (227,32,130). Sum of RGB (Red+Green+Blue) = 227+32+130=389 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.35% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 227 - color contains mainly: red. Hex color #E32082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32082 is #1CDF7D. Grayscale: #656565. Windows color (decimal): -1892222 or 8528099. OLE color: 8528099.

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

Color convert

RGB 227 32 130 -
CMYK 0 0.86 0.43 0.11
HSL 329.85º 0.78% 0.51% -
HSV(B) 329.85º 0.86% 0.89% -
XYZ 36.22 18.98 22.87 -
YUV 101.48 144.1 217.53 -
System Red Green Blue C M Y K H S L
Decimal 227 32 130 0 0.86 0.43 0.11 329.85 0.78 0.51
Hex E3 20 82 0 56 2B B 14A 4E 33
Octal 343 40 202 0 126 53 13 512 116 63
Binary 11100011 100000 10000010 0 1010110 101011 1011 101001010 1001110 110011

Color Harmonies of #E32082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32082

Black with #E32082

Text Example


Text Example

White with #E32082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32082; }

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

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

background-color css

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

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

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

border-color css

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

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

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