Html Css Color HEX #ED16B8 Shocking Pink

📋 copy color: '#ED16B8'

red 237 ◦ green 22 ◦ blue 184

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

Shades of Shocking Pink #ED16B8

Tints of Shocking Pink #ED16B8

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.97%

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

R = 53.5%
G = 4.97%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED16B8 (or 0xED16B8) is known color: Shocking Pink. HEX triplet: ED, 16 and B8. RGB value is (237,22,184). Sum of RGB (Red+Green+Blue) = 237+22+184=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 22 (8.98% from 255 or 4.97% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED16B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED16B8 is #12E947. Grayscale: #686868. Windows color (decimal): -1239368 or 12064493. OLE color: 12064493.

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

Color convert

RGB 237 22 184 -
CMYK 0 0.91 0.22 0.07
HSL 314.79º 0.86% 0.51% -
HSV(B) 314.79º 0.91% 0.93% -
XYZ 43.86 22.04 47.29 -
YUV 104.75 172.73 222.33 -
System Red Green Blue C M Y K H S L
Decimal 237 22 184 0 0.91 0.22 0.07 314.79 0.86 0.51
Hex ED 16 B8 0 5B 16 7 13B 56 33
Octal 355 26 270 0 133 26 7 473 126 63
Binary 11101101 10110 10111000 0 1011011 10110 111 100111011 1010110 110011

Color Harmonies of #ED16B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED16B8

Black with #ED16B8

Text Example


Text Example

White with #ED16B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED16B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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