Html Css Color HEX #E11D7E Deep Cerise

📋 copy color: '#E11D7E'

red 225 ◦ green 29 ◦ blue 126

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

Shades of Deep Cerise #E11D7E

Tints of Deep Cerise #E11D7E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.63%

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

R = 59.21%
G = 7.63%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E11D7E (or 0xE11D7E) is known color: Deep Cerise. HEX triplet: E1, 1D and 7E. RGB value is (225,29,126). Sum of RGB (Red+Green+Blue) = 225+29+126=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11D7E is #1EE281. Grayscale: #626262. Windows color (decimal): -2024066 or 8265185. OLE color: 8265185.

HSL color Cylindrical-coordinate representation of color #E11D7E: hue angle of 330.31º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11D7E is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 29 126 -
CMYK 0 0.87 0.44 0.12
HSL 330.31º 0.77% 0.5% -
HSV(B) 330.31º 0.87% 0.88% -
XYZ 35.26 18.39 21.43 -
YUV 98.66 143.43 218.11 -
System Red Green Blue C M Y K H S L
Decimal 225 29 126 0 0.87 0.44 0.12 330.31 0.77 0.5
Hex E1 1D 7E 0 57 2C C 14A 4D 32
Octal 341 35 176 0 127 54 14 512 115 62
Binary 11100001 11101 1111110 0 1010111 101100 1100 101001010 1001101 110010

Color Harmonies of #E11D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11D7E

Black with #E11D7E

Text Example


Text Example

White with #E11D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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