Html Css Color HEX #E711D2 Shocking Pink

📋 copy color: '#E711D2'

red 231 ◦ green 17 ◦ blue 210

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

Shades of Shocking Pink #E711D2

Tints of Shocking Pink #E711D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.85%

R = 50.44%
G = 3.71%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E711D2 (or 0xE711D2) is known color: Shocking Pink. HEX triplet: E7, 11 and D2. RGB value is (231,17,210). Sum of RGB (Red+Green+Blue) = 231+17+210=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 17 (7.03% from 255 or 3.71% from 458); Blue value is 210 (82.42% from 255 or 45.85% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E711D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E711D2 is #18EE2D. Grayscale: #666666. Windows color (decimal): -1633838 or 13767143. OLE color: 13767143.

HSL color Cylindrical-coordinate representation of color #E711D2: hue angle of 305.89º 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 #E711D2 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 17 210 -
CMYK 0 0.93 0.09 0.09
HSL 305.89º 0.86% 0.49% -
HSV(B) 305.89º 0.93% 0.91% -
XYZ 44.79 22.04 62.87 -
YUV 102.99 188.4 219.31 -
System Red Green Blue C M Y K H S L
Decimal 231 17 210 0 0.93 0.09 0.09 305.89 0.86 0.49
Hex E7 11 D2 0 5D 9 9 132 56 31
Octal 347 21 322 0 135 11 11 462 126 61
Binary 11100111 10001 11010010 0 1011101 1001 1001 100110010 1010110 110001

Color Harmonies of #E711D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E711D2

Black with #E711D2

Text Example


Text Example

White with #E711D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E711D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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