Html Css Color HEX #ED17CB Shocking Pink

📋 copy color: '#ED17CB'

red 237 ◦ green 23 ◦ blue 203

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

Shades of Shocking Pink #ED17CB

Tints of Shocking Pink #ED17CB

RGB

 RED value IS 237 (92.97% from 255) = 51.19%

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

 BLUE value IS 203 (79.69% from 255) = 43.84%

R = 51.19%
G = 4.97%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED17CB (or 0xED17CB) is known color: Shocking Pink. HEX triplet: ED, 17 and CB. RGB value is (237,23,203). Sum of RGB (Red+Green+Blue) = 237+23+203=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 23 (9.38% from 255 or 4.97% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED17CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED17CB is #12E834. Grayscale: #6A6A6A. Windows color (decimal): -1239093 or 13309933. OLE color: 13309933.

HSL color Cylindrical-coordinate representation of color #ED17CB: hue angle of 309.53º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED17CB is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 23 203 -
CMYK 0 0.90 0.14 0.07
HSL 309.53º 0.86% 0.51% -
HSV(B) 309.53º 0.9% 0.93% -
XYZ 46.01 22.93 58.5 -
YUV 107.51 181.9 220.36 -
System Red Green Blue C M Y K H S L
Decimal 237 23 203 0 0.90 0.14 0.07 309.53 0.86 0.51
Hex ED 17 CB 0 5A E 7 136 56 33
Octal 355 27 313 0 132 16 7 466 126 63
Binary 11101101 10111 11001011 0 1011010 1110 111 100110110 1010110 110011

Color Harmonies of #ED17CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED17CB

Black with #ED17CB

Text Example


Text Example

White with #ED17CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED17CB; }

 p { color: rgb(237,23,203); }

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

background-color css

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

 a { background-color: rgb(237,23,203); }

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

border-color css

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

 span { border-color: rgb(237,23,203); }

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