Html Css Color HEX #ED10D0 Shocking Pink

📋 copy color: '#ED10D0'

red 237 ◦ green 16 ◦ blue 208

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

Shades of Shocking Pink #ED10D0

Tints of Shocking Pink #ED10D0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.47%

 BLUE value IS 208 (81.64% from 255) = 45.12%

R = 51.41%
G = 3.47%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ED10D0 (or 0xED10D0) is known color: Shocking Pink. HEX triplet: ED, 10 and D0. RGB value is (237,16,208). Sum of RGB (Red+Green+Blue) = 237+16+208=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 16 (6.64% from 255 or 3.47% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED10D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED10D0 is #12EF2F. Grayscale: #676767. Windows color (decimal): -1240880 or 13635821. OLE color: 13635821.

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

Color convert

RGB 237 16 208 -
CMYK 0 0.93 0.12 0.07
HSL 307.87º 0.87% 0.5% -
HSV(B) 307.87º 0.93% 0.93% -
XYZ 46.5 22.93 61.65 -
YUV 103.97 186.72 222.89 -
System Red Green Blue C M Y K H S L
Decimal 237 16 208 0 0.93 0.12 0.07 307.87 0.87 0.5
Hex ED 10 D0 0 5D C 7 134 57 32
Octal 355 20 320 0 135 14 7 464 127 62
Binary 11101101 10000 11010000 0 1011101 1100 111 100110100 1010111 110010

Color Harmonies of #ED10D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED10D0

Black with #ED10D0

Text Example


Text Example

White with #ED10D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED10D0; }

 p { color: rgb(237,16,208); }

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

background-color css

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

 a { background-color: rgb(237,16,208); }

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

border-color css

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

 span { border-color: rgb(237,16,208); }

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