Html Css Color HEX #ED05B9 Shocking Pink

📋 copy color: '#ED05B9'

red 237 ◦ green 5 ◦ blue 185

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

Shades of Shocking Pink #ED05B9

Tints of Shocking Pink #ED05B9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.17%

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

R = 55.5%
G = 1.17%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED05B9 (or 0xED05B9) is known color: Shocking Pink. HEX triplet: ED, 05 and B9. RGB value is (237,5,185). Sum of RGB (Red+Green+Blue) = 237+5+185=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 5 (2.34% from 255 or 1.17% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED05B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED05B9 is #12FA46. Grayscale: #5E5E5E. Windows color (decimal): -1243719 or 12125677. OLE color: 12125677.

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

Color convert

RGB 237 5 185 -
CMYK 0 0.98 0.22 0.07
HSL 313.45º 0.96% 0.47% -
HSV(B) 313.45º 0.98% 0.93% -
XYZ 43.74 21.62 47.77 -
YUV 94.89 178.86 229.36 -
System Red Green Blue C M Y K H S L
Decimal 237 5 185 0 0.98 0.22 0.07 313.45 0.96 0.47
Hex ED 5 B9 0 62 16 7 139 60 2F
Octal 355 5 271 0 142 26 7 471 140 57
Binary 11101101 101 10111001 0 1100010 10110 111 100111001 1100000 101111

Color Harmonies of #ED05B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED05B9

Black with #ED05B9

Text Example


Text Example

White with #ED05B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED05B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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