Html Css Color HEX #ED10CD Shocking Pink

📋 copy color: '#ED10CD'

red 237 ◦ green 16 ◦ blue 205

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

Shades of Shocking Pink #ED10CD

Tints of Shocking Pink #ED10CD

RGB

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

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

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

R = 51.75%
G = 3.49%
B = 44.76%

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

#ED10CD (or 0xED10CD) is known color: Shocking Pink. HEX triplet: ED, 10 and CD. RGB value is (237,16,205). Sum of RGB (Red+Green+Blue) = 237+16+205=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED10CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED10CD is #12EF32. Grayscale: #676767. Windows color (decimal): -1240883 or 13439213. OLE color: 13439213.

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

Color convert

RGB 237 16 205 -
CMYK 0 0.93 0.14 0.07
HSL 308.69º 0.87% 0.5% -
HSV(B) 308.69º 0.93% 0.93% -
XYZ 46.13 22.78 59.72 -
YUV 103.63 185.22 223.13 -
System Red Green Blue C M Y K H S L
Decimal 237 16 205 0 0.93 0.14 0.07 308.69 0.87 0.5
Hex ED 10 CD 0 5D E 7 135 57 32
Octal 355 20 315 0 135 16 7 465 127 62
Binary 11101101 10000 11001101 0 1011101 1110 111 100110101 1010111 110010

Color Harmonies of #ED10CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED10CD

Black with #ED10CD

Text Example


Text Example

White with #ED10CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED10CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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