Html Css Color HEX #E12C7E Deep Cerise

📋 copy color: '#E12C7E'

red 225 ◦ green 44 ◦ blue 126

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

Shades of Deep Cerise #E12C7E

Tints of Deep Cerise #E12C7E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.14%

 BLUE value IS 126 (49.61% from 255) = 31.9%

R = 56.96%
G = 11.14%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E12C7E (or 0xE12C7E) is known color: Deep Cerise. HEX triplet: E1, 2C and 7E. RGB value is (225,44,126). Sum of RGB (Red+Green+Blue) = 225+44+126=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12C7E is #1ED381. Grayscale: #6B6B6B. Windows color (decimal): -2020226 or 8269025. OLE color: 8269025.

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

Color convert

RGB 225 44 126 -
CMYK 0 0.80 0.44 0.12
HSL 332.82º 0.75% 0.53% -
HSV(B) 332.82º 0.8% 0.88% -
XYZ 35.72 19.32 21.58 -
YUV 107.47 138.47 211.83 -
System Red Green Blue C M Y K H S L
Decimal 225 44 126 0 0.80 0.44 0.12 332.82 0.75 0.53
Hex E1 2C 7E 0 50 2C C 14D 4B 35
Octal 341 54 176 0 120 54 14 515 113 65
Binary 11100001 101100 1111110 0 1010000 101100 1100 101001101 1001011 110101

Color Harmonies of #E12C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12C7E

Black with #E12C7E

Text Example


Text Example

White with #E12C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12C7E; }

 p { color: rgb(225,44,126); }

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

background-color css

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

 a { background-color: rgb(225,44,126); }

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

border-color css

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

 span { border-color: rgb(225,44,126); }

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