Html Css Color HEX #E11DBD Shocking Pink

📋 copy color: '#E11DBD'

red 225 ◦ green 29 ◦ blue 189

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

Shades of Shocking Pink #E11DBD

Tints of Shocking Pink #E11DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.66%

R = 50.79%
G = 6.55%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E11DBD (or 0xE11DBD) is known color: Shocking Pink. HEX triplet: E1, 1D and BD. RGB value is (225,29,189). Sum of RGB (Red+Green+Blue) = 225+29+189=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11DBD is #1EE242. Grayscale: #696969. Windows color (decimal): -2024003 or 12393953. OLE color: 12393953.

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

Color convert

RGB 225 29 189 -
CMYK 0 0.87 0.16 0.12
HSL 311.02º 0.77% 0.5% -
HSV(B) 311.02º 0.87% 0.88% -
XYZ 40.68 20.56 49.97 -
YUV 105.84 174.93 212.99 -
System Red Green Blue C M Y K H S L
Decimal 225 29 189 0 0.87 0.16 0.12 311.02 0.77 0.5
Hex E1 1D BD 0 57 10 C 137 4D 32
Octal 341 35 275 0 127 20 14 467 115 62
Binary 11100001 11101 10111101 0 1010111 10000 1100 100110111 1001101 110010

Color Harmonies of #E11DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11DBD

Black with #E11DBD

Text Example


Text Example

White with #E11DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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