Html Css Color HEX #ED0EC3 Shocking Pink

📋 copy color: '#ED0EC3'

red 237 ◦ green 14 ◦ blue 195

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

Shades of Shocking Pink #ED0EC3

Tints of Shocking Pink #ED0EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.72%

R = 53.14%
G = 3.14%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED0EC3 (or 0xED0EC3) is known color: Shocking Pink. HEX triplet: ED, 0E and C3. RGB value is (237,14,195). Sum of RGB (Red+Green+Blue) = 237+14+195=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 14 (5.86% from 255 or 3.14% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0EC3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0EC3 is #12F13C. Grayscale: #646464. Windows color (decimal): -1241405 or 12783341. OLE color: 12783341.

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

Color convert

RGB 237 14 195 -
CMYK 0 0.94 0.18 0.07
HSL 311.3º 0.89% 0.49% -
HSV(B) 311.3º 0.94% 0.93% -
XYZ 44.93 22.26 53.56 -
YUV 101.31 180.88 224.78 -
System Red Green Blue C M Y K H S L
Decimal 237 14 195 0 0.94 0.18 0.07 311.3 0.89 0.49
Hex ED E C3 0 5E 12 7 137 59 31
Octal 355 16 303 0 136 22 7 467 131 61
Binary 11101101 1110 11000011 0 1011110 10010 111 100110111 1011001 110001

Color Harmonies of #ED0EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0EC3

Black with #ED0EC3

Text Example


Text Example

White with #ED0EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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