Html Css Color HEX #ED0FC9 Shocking Pink

📋 copy color: '#ED0FC9'

red 237 ◦ green 15 ◦ blue 201

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

Shades of Shocking Pink #ED0FC9

Tints of Shocking Pink #ED0FC9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.31%

 BLUE value IS 201 (78.91% from 255) = 44.37%

R = 52.32%
G = 3.31%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ED0FC9 (or 0xED0FC9) is known color: Shocking Pink. HEX triplet: ED, 0F and C9. RGB value is (237,15,201). Sum of RGB (Red+Green+Blue) = 237+15+201=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 15 (6.25% from 255 or 3.31% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0FC9 is #12F036. Grayscale: #666666. Windows color (decimal): -1241143 or 13176813. OLE color: 13176813.

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

Color convert

RGB 237 15 201 -
CMYK 0 0.94 0.15 0.07
HSL 309.73º 0.88% 0.49% -
HSV(B) 309.73º 0.94% 0.93% -
XYZ 45.64 22.56 57.21 -
YUV 102.58 183.55 223.88 -
System Red Green Blue C M Y K H S L
Decimal 237 15 201 0 0.94 0.15 0.07 309.73 0.88 0.49
Hex ED F C9 0 5E F 7 136 58 31
Octal 355 17 311 0 136 17 7 466 130 61
Binary 11101101 1111 11001001 0 1011110 1111 111 100110110 1011000 110001

Color Harmonies of #ED0FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0FC9

Black with #ED0FC9

Text Example


Text Example

White with #ED0FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0FC9; }

 p { color: rgb(237,15,201); }

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

background-color css

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

 a { background-color: rgb(237,15,201); }

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

border-color css

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

 span { border-color: rgb(237,15,201); }

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