Html Css Color HEX #E12E7A Deep Cerise

📋 copy color: '#E12E7A'

red 225 ◦ green 46 ◦ blue 122

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

Shades of Deep Cerise #E12E7A

Tints of Deep Cerise #E12E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.04%

R = 57.25%
G = 11.7%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E12E7A (or 0xE12E7A) is known color: Deep Cerise. HEX triplet: E1, 2E and 7A. RGB value is (225,46,122). Sum of RGB (Red+Green+Blue) = 225+46+122=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 46 (18.36% from 255 or 11.70% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12E7A is #1ED185. Grayscale: #6C6C6C. Windows color (decimal): -2019718 or 8007393. OLE color: 8007393.

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

Color convert

RGB 225 46 122 -
CMYK 0 0.80 0.46 0.12
HSL 334.53º 0.75% 0.53% -
HSV(B) 334.53º 0.8% 0.88% -
XYZ 35.54 19.37 20.28 -
YUV 108.19 135.8 211.32 -
System Red Green Blue C M Y K H S L
Decimal 225 46 122 0 0.80 0.46 0.12 334.53 0.75 0.53
Hex E1 2E 7A 0 50 2E C 14F 4B 35
Octal 341 56 172 0 120 56 14 517 113 65
Binary 11100001 101110 1111010 0 1010000 101110 1100 101001111 1001011 110101

Color Harmonies of #E12E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12E7A

Black with #E12E7A

Text Example


Text Example

White with #E12E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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