Html Css Color HEX #ED0AB9 Shocking Pink

📋 copy color: '#ED0AB9'

red 237 ◦ green 10 ◦ blue 185

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

Shades of Shocking Pink #ED0AB9

Tints of Shocking Pink #ED0AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.82%

R = 54.86%
G = 2.31%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED0AB9 (or 0xED0AB9) is known color: Shocking Pink. HEX triplet: ED, 0A and B9. RGB value is (237,10,185). Sum of RGB (Red+Green+Blue) = 237+10+185=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 10 (4.30% from 255 or 2.31% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0AB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0AB9 is #12F546. Grayscale: #616161. Windows color (decimal): -1242439 or 12126957. OLE color: 12126957.

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

Color convert

RGB 237 10 185 -
CMYK 0 0.96 0.22 0.07
HSL 313.74º 0.92% 0.48% -
HSV(B) 313.74º 0.96% 0.93% -
XYZ 43.79 21.72 47.78 -
YUV 97.82 177.21 227.27 -
System Red Green Blue C M Y K H S L
Decimal 237 10 185 0 0.96 0.22 0.07 313.74 0.92 0.48
Hex ED A B9 0 60 16 7 13A 5C 30
Octal 355 12 271 0 140 26 7 472 134 60
Binary 11101101 1010 10111001 0 1100000 10110 111 100111010 1011100 110000

Color Harmonies of #ED0AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0AB9

Black with #ED0AB9

Text Example


Text Example

White with #ED0AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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