Html Css Color HEX #E717CE Shocking Pink

📋 copy color: '#E717CE'

red 231 ◦ green 23 ◦ blue 206

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

Shades of Shocking Pink #E717CE

Tints of Shocking Pink #E717CE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5%

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 50.22%
G = 5%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E717CE (or 0xE717CE) is known color: Shocking Pink. HEX triplet: E7, 17 and CE. RGB value is (231,23,206). Sum of RGB (Red+Green+Blue) = 231+23+206=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 23 (9.38% from 255 or 5% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E717CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E717CE is #18E831. Grayscale: #696969. Windows color (decimal): -1632306 or 13506535. OLE color: 13506535.

HSL color Cylindrical-coordinate representation of color #E717CE: hue angle of 307.21º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E717CE is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 23 206 -
CMYK 0 0.90 0.11 0.09
HSL 307.21º 0.82% 0.5% -
HSV(B) 307.21º 0.9% 0.91% -
XYZ 44.4 22.06 60.31 -
YUV 106.05 184.41 217.12 -
System Red Green Blue C M Y K H S L
Decimal 231 23 206 0 0.90 0.11 0.09 307.21 0.82 0.5
Hex E7 17 CE 0 5A B 9 133 52 32
Octal 347 27 316 0 132 13 11 463 122 62
Binary 11100111 10111 11001110 0 1011010 1011 1001 100110011 1010010 110010

Color Harmonies of #E717CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E717CE

Black with #E717CE

Text Example


Text Example

White with #E717CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E717CE; }

 p { color: rgb(231,23,206); }

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

background-color css

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

 a { background-color: rgb(231,23,206); }

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

border-color css

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

 span { border-color: rgb(231,23,206); }

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