Html Css Color HEX #ED0AC9 Shocking Pink

📋 copy color: '#ED0AC9'

red 237 ◦ green 10 ◦ blue 201

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

Shades of Shocking Pink #ED0AC9

Tints of Shocking Pink #ED0AC9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.23%

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

R = 52.9%
G = 2.23%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ED0AC9 (or 0xED0AC9) is known color: Shocking Pink. HEX triplet: ED, 0A and C9. RGB value is (237,10,201). Sum of RGB (Red+Green+Blue) = 237+10+201=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 10 (4.30% from 255 or 2.23% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0AC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0AC9 is #12F536. Grayscale: #636363. Windows color (decimal): -1242423 or 13175533. OLE color: 13175533.

HSL color Cylindrical-coordinate representation of color #ED0AC9: hue angle of 309.52º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0AC9 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 10 201 -
CMYK 0 0.96 0.15 0.07
HSL 309.52º 0.92% 0.48% -
HSV(B) 309.52º 0.96% 0.93% -
XYZ 45.58 22.44 57.19 -
YUV 99.65 185.21 225.97 -
System Red Green Blue C M Y K H S L
Decimal 237 10 201 0 0.96 0.15 0.07 309.52 0.92 0.48
Hex ED A C9 0 60 F 7 136 5C 30
Octal 355 12 311 0 140 17 7 466 134 60
Binary 11101101 1010 11001001 0 1100000 1111 111 100110110 1011100 110000

Color Harmonies of #ED0AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0AC9

Black with #ED0AC9

Text Example


Text Example

White with #ED0AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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