Html Css Color HEX #E11DB9 Shocking Pink

📋 copy color: '#E11DB9'

red 225 ◦ green 29 ◦ blue 185

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

Shades of Shocking Pink #E11DB9

Tints of Shocking Pink #E11DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.14%

R = 51.25%
G = 6.61%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E11DB9 (or 0xE11DB9) is known color: Shocking Pink. HEX triplet: E1, 1D and B9. RGB value is (225,29,185). Sum of RGB (Red+Green+Blue) = 225+29+185=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 29 (11.72% from 255 or 6.61% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11DB9 is #1EE246. Grayscale: #686868. Windows color (decimal): -2024007 or 12131809. OLE color: 12131809.

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

Color convert

RGB 225 29 185 -
CMYK 0 0.87 0.18 0.12
HSL 312.24º 0.77% 0.5% -
HSV(B) 312.24º 0.87% 0.88% -
XYZ 40.25 20.39 47.71 -
YUV 105.39 172.93 213.32 -
System Red Green Blue C M Y K H S L
Decimal 225 29 185 0 0.87 0.18 0.12 312.24 0.77 0.5
Hex E1 1D B9 0 57 12 C 138 4D 32
Octal 341 35 271 0 127 22 14 470 115 62
Binary 11100001 11101 10111001 0 1010111 10010 1100 100111000 1001101 110010

Color Harmonies of #E11DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11DB9

Black with #E11DB9

Text Example


Text Example

White with #E11DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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