Html Css Color HEX #E12E8A Deep Cerise

📋 copy color: '#E12E8A'

red 225 ◦ green 46 ◦ blue 138

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

Shades of Deep Cerise #E12E8A

Tints of Deep Cerise #E12E8A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.25%

 BLUE value IS 138 (54.3% from 255) = 33.74%

R = 55.01%
G = 11.25%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E12E8A (or 0xE12E8A) is known color: Deep Cerise. HEX triplet: E1, 2E and 8A. RGB value is (225,46,138). Sum of RGB (Red+Green+Blue) = 225+46+138=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12E8A is #1ED175. Grayscale: #6D6D6D. Windows color (decimal): -2019702 or 9055969. OLE color: 9055969.

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

Color convert

RGB 225 46 138 -
CMYK 0 0.80 0.39 0.12
HSL 329.16º 0.75% 0.53% -
HSV(B) 329.16º 0.8% 0.88% -
XYZ 36.62 19.8 25.94 -
YUV 110.01 143.8 210.02 -
System Red Green Blue C M Y K H S L
Decimal 225 46 138 0 0.80 0.39 0.12 329.16 0.75 0.53
Hex E1 2E 8A 0 50 27 C 149 4B 35
Octal 341 56 212 0 120 47 14 511 113 65
Binary 11100001 101110 10001010 0 1010000 100111 1100 101001001 1001011 110101

Color Harmonies of #E12E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12E8A

Black with #E12E8A

Text Example


Text Example

White with #E12E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12E8A; }

 p { color: rgb(225,46,138); }

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

background-color css

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

 a { background-color: rgb(225,46,138); }

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

border-color css

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

 span { border-color: rgb(225,46,138); }

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