Html Css Color HEX #E12381 Deep Cerise

📋 copy color: '#E12381'

red 225 ◦ green 35 ◦ blue 129

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

Shades of Deep Cerise #E12381

Tints of Deep Cerise #E12381

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9%

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

R = 57.84%
G = 9%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E12381 (or 0xE12381) is known color: Deep Cerise. HEX triplet: E1, 23 and 81. RGB value is (225,35,129). Sum of RGB (Red+Green+Blue) = 225+35+129=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E12381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12381 is #1EDC7E. Grayscale: #666666. Windows color (decimal): -2022527 or 8463329. OLE color: 8463329.

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

Color convert

RGB 225 35 129 -
CMYK 0 0.84 0.43 0.12
HSL 330.32º 0.76% 0.51% -
HSV(B) 330.32º 0.84% 0.88% -
XYZ 35.61 18.79 22.52 -
YUV 102.53 142.95 215.36 -
System Red Green Blue C M Y K H S L
Decimal 225 35 129 0 0.84 0.43 0.12 330.32 0.76 0.51
Hex E1 23 81 0 54 2B C 14A 4C 33
Octal 341 43 201 0 124 53 14 512 114 63
Binary 11100001 100011 10000001 0 1010100 101011 1100 101001010 1001100 110011

Color Harmonies of #E12381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12381

Black with #E12381

Text Example


Text Example

White with #E12381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12381; }

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

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

background-color css

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

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

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

border-color css

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

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

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