Html Css Color HEX #ED19B8 Shocking Pink

📋 copy color: '#ED19B8'

red 237 ◦ green 25 ◦ blue 184

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

Shades of Shocking Pink #ED19B8

Tints of Shocking Pink #ED19B8

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.61%

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

R = 53.14%
G = 5.61%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED19B8 (or 0xED19B8) is known color: Shocking Pink. HEX triplet: ED, 19 and B8. RGB value is (237,25,184). Sum of RGB (Red+Green+Blue) = 237+25+184=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED19B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED19B8 is #12E647. Grayscale: #6A6A6A. Windows color (decimal): -1238600 or 12065261. OLE color: 12065261.

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

Color convert

RGB 237 25 184 -
CMYK 0 0.89 0.22 0.07
HSL 315º 0.85% 0.51% -
HSV(B) 315º 0.89% 0.93% -
XYZ 43.92 22.16 47.31 -
YUV 106.51 171.74 221.07 -
System Red Green Blue C M Y K H S L
Decimal 237 25 184 0 0.89 0.22 0.07 315 0.85 0.51
Hex ED 19 B8 0 59 16 7 13B 55 33
Octal 355 31 270 0 131 26 7 473 125 63
Binary 11101101 11001 10111000 0 1011001 10110 111 100111011 1010101 110011

Color Harmonies of #ED19B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED19B8

Black with #ED19B8

Text Example


Text Example

White with #ED19B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED19B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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