Html Css Color HEX #E11DBB Shocking Pink

📋 copy color: '#E11DBB'

red 225 ◦ green 29 ◦ blue 187

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

Shades of Shocking Pink #E11DBB

Tints of Shocking Pink #E11DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.4%

R = 51.02%
G = 6.58%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E11DBB (or 0xE11DBB) is known color: Shocking Pink. HEX triplet: E1, 1D and BB. RGB value is (225,29,187). Sum of RGB (Red+Green+Blue) = 225+29+187=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 29 (11.72% from 255 or 6.58% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11DBB is #1EE244. Grayscale: #696969. Windows color (decimal): -2024005 or 12262881. OLE color: 12262881.

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

Color convert

RGB 225 29 187 -
CMYK 0 0.87 0.17 0.12
HSL 311.63º 0.77% 0.5% -
HSV(B) 311.63º 0.87% 0.88% -
XYZ 40.46 20.47 48.83 -
YUV 105.62 173.93 213.15 -
System Red Green Blue C M Y K H S L
Decimal 225 29 187 0 0.87 0.17 0.12 311.63 0.77 0.5
Hex E1 1D BB 0 57 11 C 138 4D 32
Octal 341 35 273 0 127 21 14 470 115 62
Binary 11100001 11101 10111011 0 1010111 10001 1100 100111000 1001101 110010

Color Harmonies of #E11DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11DBB

Black with #E11DBB

Text Example


Text Example

White with #E11DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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