Html Css Color HEX #E12281 Deep Cerise

📋 copy color: '#E12281'

red 225 ◦ green 34 ◦ blue 129

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

Shades of Deep Cerise #E12281

Tints of Deep Cerise #E12281

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.76%

 BLUE value IS 129 (50.78% from 255) = 33.25%

R = 57.99%
G = 8.76%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E12281 (or 0xE12281) is known color: Deep Cerise. HEX triplet: E1, 22 and 81. RGB value is (225,34,129). Sum of RGB (Red+Green+Blue) = 225+34+129=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E12281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12281 is #1EDD7E. Grayscale: #656565. Windows color (decimal): -2022783 or 8463073. OLE color: 8463073.

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

Color convert

RGB 225 34 129 -
CMYK 0 0.85 0.43 0.12
HSL 330.16º 0.76% 0.51% -
HSV(B) 330.16º 0.85% 0.88% -
XYZ 35.59 18.74 22.51 -
YUV 101.94 143.28 215.78 -
System Red Green Blue C M Y K H S L
Decimal 225 34 129 0 0.85 0.43 0.12 330.16 0.76 0.51
Hex E1 22 81 0 55 2B C 14A 4C 33
Octal 341 42 201 0 125 53 14 512 114 63
Binary 11100001 100010 10000001 0 1010101 101011 1100 101001010 1001100 110011

Color Harmonies of #E12281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12281

Black with #E12281

Text Example


Text Example

White with #E12281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12281; }

 p { color: rgb(225,34,129); }

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

background-color css

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

 a { background-color: rgb(225,34,129); }

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

border-color css

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

 span { border-color: rgb(225,34,129); }

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