Html Css Color HEX #ED11CD Shocking Pink

📋 copy color: '#ED11CD'

red 237 ◦ green 17 ◦ blue 205

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

Shades of Shocking Pink #ED11CD

Tints of Shocking Pink #ED11CD

RGB

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

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

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

R = 51.63%
G = 3.7%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED11CD (or 0xED11CD) is known color: Shocking Pink. HEX triplet: ED, 11 and CD. RGB value is (237,17,205). Sum of RGB (Red+Green+Blue) = 237+17+205=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 17 (7.03% from 255 or 3.70% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED11CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED11CD is #12EE32. Grayscale: #676767. Windows color (decimal): -1240627 or 13439469. OLE color: 13439469.

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

Color convert

RGB 237 17 205 -
CMYK 0 0.93 0.14 0.07
HSL 308.73º 0.87% 0.5% -
HSV(B) 308.73º 0.93% 0.93% -
XYZ 46.14 22.81 59.73 -
YUV 104.21 184.89 222.71 -
System Red Green Blue C M Y K H S L
Decimal 237 17 205 0 0.93 0.14 0.07 308.73 0.87 0.5
Hex ED 11 CD 0 5D E 7 135 57 32
Octal 355 21 315 0 135 16 7 465 127 62
Binary 11101101 10001 11001101 0 1011101 1110 111 100110101 1010111 110010

Color Harmonies of #ED11CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED11CD

Black with #ED11CD

Text Example


Text Example

White with #ED11CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED11CD; }

 p { color: rgb(237,17,205); }

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

background-color css

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

 a { background-color: rgb(237,17,205); }

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

border-color css

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

 span { border-color: rgb(237,17,205); }

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