Html Css Color HEX #ED05BD Shocking Pink

📋 copy color: '#ED05BD'

red 237 ◦ green 5 ◦ blue 189

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

Shades of Shocking Pink #ED05BD

Tints of Shocking Pink #ED05BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.85%

R = 54.99%
G = 1.16%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED05BD (or 0xED05BD) is known color: Shocking Pink. HEX triplet: ED, 05 and BD. RGB value is (237,5,189). Sum of RGB (Red+Green+Blue) = 237+5+189=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 5 (2.34% from 255 or 1.16% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED05BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED05BD is #12FA42. Grayscale: #5E5E5E. Windows color (decimal): -1243715 or 12387821. OLE color: 12387821.

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

Color convert

RGB 237 5 189 -
CMYK 0 0.98 0.20 0.07
HSL 312.41º 0.96% 0.47% -
HSV(B) 312.41º 0.98% 0.93% -
XYZ 44.16 21.79 50.02 -
YUV 95.34 180.86 229.04 -
System Red Green Blue C M Y K H S L
Decimal 237 5 189 0 0.98 0.20 0.07 312.41 0.96 0.47
Hex ED 5 BD 0 62 14 7 138 60 2F
Octal 355 5 275 0 142 24 7 470 140 57
Binary 11101101 101 10111101 0 1100010 10100 111 100111000 1100000 101111

Color Harmonies of #ED05BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED05BD

Black with #ED05BD

Text Example


Text Example

White with #ED05BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED05BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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