Html Css Color HEX #E11DBE Shocking Pink

📋 copy color: '#E11DBE'

red 225 ◦ green 29 ◦ blue 190

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

Shades of Shocking Pink #E11DBE

Tints of Shocking Pink #E11DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.79%

R = 50.68%
G = 6.53%
B = 42.79%

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

#E11DBE (or 0xE11DBE) is known color: Shocking Pink. HEX triplet: E1, 1D and BE. RGB value is (225,29,190). Sum of RGB (Red+Green+Blue) = 225+29+190=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 29 (11.72% from 255 or 6.53% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11DBE is #1EE241. Grayscale: #696969. Windows color (decimal): -2024002 or 12459489. OLE color: 12459489.

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

Color convert

RGB 225 29 190 -
CMYK 0 0.87 0.16 0.12
HSL 310.71º 0.77% 0.5% -
HSV(B) 310.71º 0.87% 0.88% -
XYZ 40.78 20.6 50.54 -
YUV 105.96 175.43 212.91 -
System Red Green Blue C M Y K H S L
Decimal 225 29 190 0 0.87 0.16 0.12 310.71 0.77 0.5
Hex E1 1D BE 0 57 10 C 137 4D 32
Octal 341 35 276 0 127 20 14 467 115 62
Binary 11100001 11101 10111110 0 1010111 10000 1100 100110111 1001101 110010

Color Harmonies of #E11DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11DBE

Black with #E11DBE

Text Example


Text Example

White with #E11DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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