Html Css Color HEX #E11A7F Deep Cerise

📋 copy color: '#E11A7F'

red 225 ◦ green 26 ◦ blue 127

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

Shades of Deep Cerise #E11A7F

Tints of Deep Cerise #E11A7F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.88%

 BLUE value IS 127 (50% from 255) = 33.6%

R = 59.52%
G = 6.88%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E11A7F (or 0xE11A7F) is known color: Deep Cerise. HEX triplet: E1, 1A and 7F. RGB value is (225,26,127). Sum of RGB (Red+Green+Blue) = 225+26+127=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11A7F is #1EE580. Grayscale: #606060. Windows color (decimal): -2024833 or 8329953. OLE color: 8329953.

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

Color convert

RGB 225 26 127 -
CMYK 0 0.88 0.44 0.12
HSL 329.55º 0.79% 0.49% -
HSV(B) 329.55º 0.88% 0.88% -
XYZ 35.25 18.28 21.75 -
YUV 97.02 144.93 219.29 -
System Red Green Blue C M Y K H S L
Decimal 225 26 127 0 0.88 0.44 0.12 329.55 0.79 0.49
Hex E1 1A 7F 0 58 2C C 14A 4F 31
Octal 341 32 177 0 130 54 14 512 117 61
Binary 11100001 11010 1111111 0 1011000 101100 1100 101001010 1001111 110001

Color Harmonies of #E11A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11A7F

Black with #E11A7F

Text Example


Text Example

White with #E11A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11A7F; }

 p { color: rgb(225,26,127); }

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

background-color css

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

 a { background-color: rgb(225,26,127); }

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

border-color css

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

 span { border-color: rgb(225,26,127); }

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