Html Css Color HEX #E12780 Deep Cerise

📋 copy color: '#E12780'

red 225 ◦ green 39 ◦ blue 128

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

Shades of Deep Cerise #E12780

Tints of Deep Cerise #E12780

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.95%

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

R = 57.4%
G = 9.95%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E12780 (or 0xE12780) is known color: Deep Cerise. HEX triplet: E1, 27 and 80. RGB value is (225,39,128). Sum of RGB (Red+Green+Blue) = 225+39+128=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E12780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12780 is #1ED87F. Grayscale: #686868. Windows color (decimal): -2021504 or 8398817. OLE color: 8398817.

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

Color convert

RGB 225 39 128 -
CMYK 0 0.83 0.43 0.12
HSL 331.29º 0.76% 0.52% -
HSV(B) 331.29º 0.83% 0.88% -
XYZ 35.67 19.02 22.21 -
YUV 104.76 141.12 213.76 -
System Red Green Blue C M Y K H S L
Decimal 225 39 128 0 0.83 0.43 0.12 331.29 0.76 0.52
Hex E1 27 80 0 53 2B C 14B 4C 34
Octal 341 47 200 0 123 53 14 513 114 64
Binary 11100001 100111 10000000 0 1010011 101011 1100 101001011 1001100 110100

Color Harmonies of #E12780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12780

Black with #E12780

Text Example


Text Example

White with #E12780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12780; }

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

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

background-color css

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

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

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

border-color css

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

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

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