Html Css Color HEX #E12BA0 Deep Cerise

📋 copy color: '#E12BA0'

red 225 ◦ green 43 ◦ blue 160

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

Shades of Deep Cerise #E12BA0

Tints of Deep Cerise #E12BA0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.05%

 BLUE value IS 160 (62.89% from 255) = 37.38%

R = 52.57%
G = 10.05%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E12BA0 (or 0xE12BA0) is known color: Deep Cerise. HEX triplet: E1, 2B and A0. RGB value is (225,43,160). Sum of RGB (Red+Green+Blue) = 225+43+160=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E12BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12BA0 is #1ED45F. Grayscale: #6E6E6E. Windows color (decimal): -2020448 or 10496993. OLE color: 10496993.

HSL color Cylindrical-coordinate representation of color #E12BA0: hue angle of 321.43º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12BA0 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 43 160 -
CMYK 0 0.81 0.29 0.12
HSL 321.43º 0.75% 0.53% -
HSV(B) 321.43º 0.81% 0.88% -
XYZ 38.26 20.27 35.15 -
YUV 110.76 155.8 209.49 -
System Red Green Blue C M Y K H S L
Decimal 225 43 160 0 0.81 0.29 0.12 321.43 0.75 0.53
Hex E1 2B A0 0 51 1D C 141 4B 35
Octal 341 53 240 0 121 35 14 501 113 65
Binary 11100001 101011 10100000 0 1010001 11101 1100 101000001 1001011 110101

Color Harmonies of #E12BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12BA0

Black with #E12BA0

Text Example


Text Example

White with #E12BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12BA0; }

 p { color: rgb(225,43,160); }

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

background-color css

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

 a { background-color: rgb(225,43,160); }

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

border-color css

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

 span { border-color: rgb(225,43,160); }

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