Html Css Color HEX #E711BD Shocking Pink

📋 copy color: '#E711BD'

red 231 ◦ green 17 ◦ blue 189

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

Shades of Shocking Pink #E711BD

Tints of Shocking Pink #E711BD

RGB

 RED value IS 231 (90.63% from 255) = 52.86%

 GREEN value IS 17 (7.03% from 255) = 3.89%

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

R = 52.86%
G = 3.89%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E711BD (or 0xE711BD) is known color: Shocking Pink. HEX triplet: E7, 11 and BD. RGB value is (231,17,189). Sum of RGB (Red+Green+Blue) = 231+17+189=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 17 (7.03% from 255 or 3.89% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E711BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E711BD is #18EE42. Grayscale: #646464. Windows color (decimal): -1633859 or 12390887. OLE color: 12390887.

HSL color Cylindrical-coordinate representation of color #E711BD: hue angle of 311.78º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E711BD is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 17 189 -
CMYK 0 0.93 0.18 0.09
HSL 311.78º 0.86% 0.49% -
HSV(B) 311.78º 0.93% 0.91% -
XYZ 42.34 21.06 49.98 -
YUV 100.59 177.9 221.01 -
System Red Green Blue C M Y K H S L
Decimal 231 17 189 0 0.93 0.18 0.09 311.78 0.86 0.49
Hex E7 11 BD 0 5D 12 9 138 56 31
Octal 347 21 275 0 135 22 11 470 126 61
Binary 11100111 10001 10111101 0 1011101 10010 1001 100111000 1010110 110001

Color Harmonies of #E711BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E711BD

Black with #E711BD

Text Example


Text Example

White with #E711BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E711BD; }

 p { color: rgb(231,17,189); }

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

background-color css

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

 a { background-color: rgb(231,17,189); }

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

border-color css

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

 span { border-color: rgb(231,17,189); }

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