Html Css Color HEX #ED0EC5 Shocking Pink

📋 copy color: '#ED0EC5'

red 237 ◦ green 14 ◦ blue 197

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

Shades of Shocking Pink #ED0EC5

Tints of Shocking Pink #ED0EC5

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.13%

 BLUE value IS 197 (77.34% from 255) = 43.97%

R = 52.9%
G = 3.13%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ED0EC5 (or 0xED0EC5) is known color: Shocking Pink. HEX triplet: ED, 0E and C5. RGB value is (237,14,197). Sum of RGB (Red+Green+Blue) = 237+14+197=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 14 (5.86% from 255 or 3.12% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0EC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0EC5 is #12F13A. Grayscale: #656565. Windows color (decimal): -1241403 or 12914413. OLE color: 12914413.

HSL color Cylindrical-coordinate representation of color #ED0EC5: hue angle of 310.76º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0EC5 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 14 197 -
CMYK 0 0.94 0.17 0.07
HSL 310.76º 0.89% 0.49% -
HSV(B) 310.76º 0.94% 0.93% -
XYZ 45.16 22.35 54.76 -
YUV 101.54 181.88 224.62 -
System Red Green Blue C M Y K H S L
Decimal 237 14 197 0 0.94 0.17 0.07 310.76 0.89 0.49
Hex ED E C5 0 5E 11 7 137 59 31
Octal 355 16 305 0 136 21 7 467 131 61
Binary 11101101 1110 11000101 0 1011110 10001 111 100110111 1011001 110001

Color Harmonies of #ED0EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0EC5

Black with #ED0EC5

Text Example


Text Example

White with #ED0EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0EC5; }

 p { color: rgb(237,14,197); }

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

background-color css

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

 a { background-color: rgb(237,14,197); }

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

border-color css

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

 span { border-color: rgb(237,14,197); }

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