Html Css Color HEX #ED11CC Shocking Pink

📋 copy color: '#ED11CC'

red 237 ◦ green 17 ◦ blue 204

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

Shades of Shocking Pink #ED11CC

Tints of Shocking Pink #ED11CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 51.75%
G = 3.71%
B = 44.54%

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

#ED11CC (or 0xED11CC) is known color: Shocking Pink. HEX triplet: ED, 11 and CC. RGB value is (237,17,204). Sum of RGB (Red+Green+Blue) = 237+17+204=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 17 (7.03% from 255 or 3.71% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED11CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED11CC is #12EE33. Grayscale: #676767. Windows color (decimal): -1240628 or 13373933. OLE color: 13373933.

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

Color convert

RGB 237 17 204 -
CMYK 0 0.93 0.14 0.07
HSL 309º 0.87% 0.5% -
HSV(B) 309º 0.93% 0.93% -
XYZ 46.02 22.77 59.1 -
YUV 104.1 184.39 222.79 -
System Red Green Blue C M Y K H S L
Decimal 237 17 204 0 0.93 0.14 0.07 309 0.87 0.5
Hex ED 11 CC 0 5D E 7 135 57 32
Octal 355 21 314 0 135 16 7 465 127 62
Binary 11101101 10001 11001100 0 1011101 1110 111 100110101 1010111 110010

Color Harmonies of #ED11CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED11CC

Black with #ED11CC

Text Example


Text Example

White with #ED11CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED11CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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