Html Css Color HEX #ED05B8 Shocking Pink

📋 copy color: '#ED05B8'

red 237 ◦ green 5 ◦ blue 184

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

Shades of Shocking Pink #ED05B8

Tints of Shocking Pink #ED05B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.19%

R = 55.63%
G = 1.17%
B = 43.19%

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

#ED05B8 (or 0xED05B8) is known color: Shocking Pink. HEX triplet: ED, 05 and B8. RGB value is (237,5,184). Sum of RGB (Red+Green+Blue) = 237+5+184=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 5 (2.34% from 255 or 1.17% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED05B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED05B8 is #12FA47. Grayscale: #5E5E5E. Windows color (decimal): -1243720 or 12060141. OLE color: 12060141.

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

Color convert

RGB 237 5 184 -
CMYK 0 0.98 0.22 0.07
HSL 313.71º 0.96% 0.47% -
HSV(B) 313.71º 0.98% 0.93% -
XYZ 43.63 21.57 47.21 -
YUV 94.77 178.36 229.45 -
System Red Green Blue C M Y K H S L
Decimal 237 5 184 0 0.98 0.22 0.07 313.71 0.96 0.47
Hex ED 5 B8 0 62 16 7 13A 60 2F
Octal 355 5 270 0 142 26 7 472 140 57
Binary 11101101 101 10111000 0 1100010 10110 111 100111010 1100000 101111

Color Harmonies of #ED05B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED05B8

Black with #ED05B8

Text Example


Text Example

White with #ED05B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED05B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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