Html Css Color HEX #E12E7B Deep Cerise

📋 copy color: '#E12E7B'

red 225 ◦ green 46 ◦ blue 123

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

Shades of Deep Cerise #E12E7B

Tints of Deep Cerise #E12E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.22%

R = 57.11%
G = 11.68%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E12E7B (or 0xE12E7B) is known color: Deep Cerise. HEX triplet: E1, 2E and 7B. RGB value is (225,46,123). Sum of RGB (Red+Green+Blue) = 225+46+123=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 46 (18.36% from 255 or 11.68% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12E7B is #1ED184. Grayscale: #6C6C6C. Windows color (decimal): -2019717 or 8072929. OLE color: 8072929.

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

Color convert

RGB 225 46 123 -
CMYK 0 0.80 0.45 0.12
HSL 334.19º 0.75% 0.53% -
HSV(B) 334.19º 0.8% 0.88% -
XYZ 35.6 19.39 20.61 -
YUV 108.3 136.3 211.24 -
System Red Green Blue C M Y K H S L
Decimal 225 46 123 0 0.80 0.45 0.12 334.19 0.75 0.53
Hex E1 2E 7B 0 50 2D C 14E 4B 35
Octal 341 56 173 0 120 55 14 516 113 65
Binary 11100001 101110 1111011 0 1010000 101101 1100 101001110 1001011 110101

Color Harmonies of #E12E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12E7B

Black with #E12E7B

Text Example


Text Example

White with #E12E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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