Html Css Color HEX #E12584 Deep Cerise

📋 copy color: '#E12584'

red 225 ◦ green 37 ◦ blue 132

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

Shades of Deep Cerise #E12584

Tints of Deep Cerise #E12584

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.39%

 BLUE value IS 132 (51.95% from 255) = 33.5%

R = 57.11%
G = 9.39%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E12584 (or 0xE12584) is known color: Deep Cerise. HEX triplet: E1, 25 and 84. RGB value is (225,37,132). Sum of RGB (Red+Green+Blue) = 225+37+132=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E12584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12584 is #1EDA7B. Grayscale: #676767. Windows color (decimal): -2022012 or 8660449. OLE color: 8660449.

HSL color Cylindrical-coordinate representation of color #E12584: hue angle of 329.68º 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 #E12584 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 37 132 -
CMYK 0 0.84 0.41 0.12
HSL 329.68º 0.76% 0.51% -
HSV(B) 329.68º 0.84% 0.88% -
XYZ 35.88 19 23.61 -
YUV 104.04 143.78 214.28 -
System Red Green Blue C M Y K H S L
Decimal 225 37 132 0 0.84 0.41 0.12 329.68 0.76 0.51
Hex E1 25 84 0 54 29 C 14A 4C 33
Octal 341 45 204 0 124 51 14 512 114 63
Binary 11100001 100101 10000100 0 1010100 101001 1100 101001010 1001100 110011

Color Harmonies of #E12584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12584

Black with #E12584

Text Example


Text Example

White with #E12584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12584; }

 p { color: rgb(225,37,132); }

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

background-color css

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

 a { background-color: rgb(225,37,132); }

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

border-color css

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

 span { border-color: rgb(225,37,132); }

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