Html Css Color HEX #E12882 Deep Cerise

📋 copy color: '#E12882'

red 225 ◦ green 40 ◦ blue 130

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

Shades of Deep Cerise #E12882

Tints of Deep Cerise #E12882

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.13%

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

R = 56.96%
G = 10.13%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E12882 (or 0xE12882) is known color: Deep Cerise. HEX triplet: E1, 28 and 82. RGB value is (225,40,130). Sum of RGB (Red+Green+Blue) = 225+40+130=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E12882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12882 is #1ED77D. Grayscale: #696969. Windows color (decimal): -2021246 or 8530145. OLE color: 8530145.

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

Color convert

RGB 225 40 130 -
CMYK 0 0.82 0.42 0.12
HSL 330.81º 0.76% 0.52% -
HSV(B) 330.81º 0.82% 0.88% -
XYZ 35.84 19.14 22.92 -
YUV 105.58 141.79 213.18 -
System Red Green Blue C M Y K H S L
Decimal 225 40 130 0 0.82 0.42 0.12 330.81 0.76 0.52
Hex E1 28 82 0 52 2A C 14B 4C 34
Octal 341 50 202 0 122 52 14 513 114 64
Binary 11100001 101000 10000010 0 1010010 101010 1100 101001011 1001100 110100

Color Harmonies of #E12882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12882

Black with #E12882

Text Example


Text Example

White with #E12882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12882; }

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

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

background-color css

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

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

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

border-color css

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

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

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