Html Css Color HEX #E12082 Deep Cerise

📋 copy color: '#E12082'

red 225 ◦ green 32 ◦ blue 130

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

Shades of Deep Cerise #E12082

Tints of Deep Cerise #E12082

RGB

 RED value IS 225 (88.28% from 255) = 58.14%

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

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

R = 58.14%
G = 8.27%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E12082 (or 0xE12082) is known color: Deep Cerise. HEX triplet: E1, 20 and 82. RGB value is (225,32,130). Sum of RGB (Red+Green+Blue) = 225+32+130=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E12082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12082 is #1EDF7D. Grayscale: #646464. Windows color (decimal): -2023294 or 8528097. OLE color: 8528097.

HSL color Cylindrical-coordinate representation of color #E12082: hue angle of 329.53º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E12082 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 32 130 -
CMYK 0 0.86 0.42 0.12
HSL 329.53º 0.76% 0.5% -
HSV(B) 329.53º 0.86% 0.88% -
XYZ 35.6 18.65 22.84 -
YUV 100.88 144.44 216.53 -
System Red Green Blue C M Y K H S L
Decimal 225 32 130 0 0.86 0.42 0.12 329.53 0.76 0.5
Hex E1 20 82 0 56 2A C 14A 4C 32
Octal 341 40 202 0 126 52 14 512 114 62
Binary 11100001 100000 10000010 0 1010110 101010 1100 101001010 1001100 110010

Color Harmonies of #E12082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12082

Black with #E12082

Text Example


Text Example

White with #E12082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12082; }

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

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

background-color css

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

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

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

border-color css

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

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

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