Html Css Color HEX #ED0ABA Shocking Pink

📋 copy color: '#ED0ABA'

red 237 ◦ green 10 ◦ blue 186

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

Shades of Shocking Pink #ED0ABA

Tints of Shocking Pink #ED0ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 54.73%
G = 2.31%
B = 42.96%

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

#ED0ABA (or 0xED0ABA) is known color: Shocking Pink. HEX triplet: ED, 0A and BA. RGB value is (237,10,186). Sum of RGB (Red+Green+Blue) = 237+10+186=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0ABA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0ABA is #12F545. Grayscale: #616161. Windows color (decimal): -1242438 or 12192493. OLE color: 12192493.

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

Color convert

RGB 237 10 186 -
CMYK 0 0.96 0.22 0.07
HSL 313.48º 0.92% 0.48% -
HSV(B) 313.48º 0.96% 0.93% -
XYZ 43.9 21.77 48.34 -
YUV 97.94 177.71 227.19 -
System Red Green Blue C M Y K H S L
Decimal 237 10 186 0 0.96 0.22 0.07 313.48 0.92 0.48
Hex ED A BA 0 60 16 7 139 5C 30
Octal 355 12 272 0 140 26 7 471 134 60
Binary 11101101 1010 10111010 0 1100000 10110 111 100111001 1011100 110000

Color Harmonies of #ED0ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0ABA

Black with #ED0ABA

Text Example


Text Example

White with #ED0ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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