Html Css Color HEX #ED09BA Shocking Pink

📋 copy color: '#ED09BA'

red 237 ◦ green 9 ◦ blue 186

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

Shades of Shocking Pink #ED09BA

Tints of Shocking Pink #ED09BA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.08%

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

R = 54.86%
G = 2.08%
B = 43.06%

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

#ED09BA (or 0xED09BA) is known color: Shocking Pink. HEX triplet: ED, 09 and BA. RGB value is (237,9,186). Sum of RGB (Red+Green+Blue) = 237+9+186=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 9 (3.91% from 255 or 2.08% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED09BA is #12F645. Grayscale: #606060. Windows color (decimal): -1242694 or 12192237. OLE color: 12192237.

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

Color convert

RGB 237 9 186 -
CMYK 0 0.96 0.22 0.07
HSL 313.42º 0.93% 0.48% -
HSV(B) 313.42º 0.96% 0.93% -
XYZ 43.89 21.75 48.34 -
YUV 97.35 178.04 227.61 -
System Red Green Blue C M Y K H S L
Decimal 237 9 186 0 0.96 0.22 0.07 313.42 0.93 0.48
Hex ED 9 BA 0 60 16 7 139 5D 30
Octal 355 11 272 0 140 26 7 471 135 60
Binary 11101101 1001 10111010 0 1100000 10110 111 100111001 1011101 110000

Color Harmonies of #ED09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED09BA

Black with #ED09BA

Text Example


Text Example

White with #ED09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED09BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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