Html Css Color HEX #E711CF Shocking Pink

📋 copy color: '#E711CF'

red 231 ◦ green 17 ◦ blue 207

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

Shades of Shocking Pink #E711CF

Tints of Shocking Pink #E711CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.49%

R = 50.77%
G = 3.74%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E711CF (or 0xE711CF) is known color: Shocking Pink. HEX triplet: E7, 11 and CF. RGB value is (231,17,207). Sum of RGB (Red+Green+Blue) = 231+17+207=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 17 (7.03% from 255 or 3.74% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E711CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E711CF is #18EE30. Grayscale: #666666. Windows color (decimal): -1633841 or 13570535. OLE color: 13570535.

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

Color convert

RGB 231 17 207 -
CMYK 0 0.93 0.10 0.09
HSL 306.73º 0.86% 0.49% -
HSV(B) 306.73º 0.93% 0.91% -
XYZ 44.42 21.89 60.92 -
YUV 102.65 186.9 219.55 -
System Red Green Blue C M Y K H S L
Decimal 231 17 207 0 0.93 0.10 0.09 306.73 0.86 0.49
Hex E7 11 CF 0 5D A 9 133 56 31
Octal 347 21 317 0 135 12 11 463 126 61
Binary 11100111 10001 11001111 0 1011101 1010 1001 100110011 1010110 110001

Color Harmonies of #E711CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E711CF

Black with #E711CF

Text Example


Text Example

White with #E711CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E711CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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