Html Css Color HEX #E12580 Deep Cerise

📋 copy color: '#E12580'

red 225 ◦ green 37 ◦ blue 128

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

Shades of Deep Cerise #E12580

Tints of Deep Cerise #E12580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 57.69%
G = 9.49%
B = 32.82%

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

#E12580 (or 0xE12580) is known color: Deep Cerise. HEX triplet: E1, 25 and 80. RGB value is (225,37,128). Sum of RGB (Red+Green+Blue) = 225+37+128=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E12580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12580 is #1EDA7F. Grayscale: #676767. Windows color (decimal): -2022016 or 8398305. OLE color: 8398305.

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

Color convert

RGB 225 37 128 -
CMYK 0 0.84 0.43 0.12
HSL 330.96º 0.76% 0.51% -
HSV(B) 330.96º 0.84% 0.88% -
XYZ 35.61 18.89 22.19 -
YUV 103.59 141.78 214.6 -
System Red Green Blue C M Y K H S L
Decimal 225 37 128 0 0.84 0.43 0.12 330.96 0.76 0.51
Hex E1 25 80 0 54 2B C 14B 4C 33
Octal 341 45 200 0 124 53 14 513 114 63
Binary 11100001 100101 10000000 0 1010100 101011 1100 101001011 1001100 110011

Color Harmonies of #E12580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12580

Black with #E12580

Text Example


Text Example

White with #E12580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12580; }

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

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

background-color css

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

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

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

border-color css

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

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

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