Html Css Color HEX #E717CD Shocking Pink

📋 copy color: '#E717CD'

red 231 ◦ green 23 ◦ blue 205

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

Shades of Shocking Pink #E717CD

Tints of Shocking Pink #E717CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.66%

R = 50.33%
G = 5.01%
B = 44.66%

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

#E717CD (or 0xE717CD) is known color: Shocking Pink. HEX triplet: E7, 17 and CD. RGB value is (231,23,205). Sum of RGB (Red+Green+Blue) = 231+23+205=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 23 (9.38% from 255 or 5.01% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E717CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E717CD is #18E832. Grayscale: #696969. Windows color (decimal): -1632307 or 13440999. OLE color: 13440999.

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

Color convert

RGB 231 23 205 -
CMYK 0 0.90 0.11 0.09
HSL 307.5º 0.82% 0.5% -
HSV(B) 307.5º 0.9% 0.91% -
XYZ 44.28 22.01 59.67 -
YUV 105.94 183.91 217.2 -
System Red Green Blue C M Y K H S L
Decimal 231 23 205 0 0.90 0.11 0.09 307.5 0.82 0.5
Hex E7 17 CD 0 5A B 9 134 52 32
Octal 347 27 315 0 132 13 11 464 122 62
Binary 11100111 10111 11001101 0 1011010 1011 1001 100110100 1010010 110010

Color Harmonies of #E717CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E717CD

Black with #E717CD

Text Example


Text Example

White with #E717CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E717CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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