Html Css Color HEX #ED19BD Shocking Pink

📋 copy color: '#ED19BD'

red 237 ◦ green 25 ◦ blue 189

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

Shades of Shocking Pink #ED19BD

Tints of Shocking Pink #ED19BD

RGB

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

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

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

R = 52.55%
G = 5.54%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED19BD (or 0xED19BD) is known color: Shocking Pink. HEX triplet: ED, 19 and BD. RGB value is (237,25,189). Sum of RGB (Red+Green+Blue) = 237+25+189=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 25 (10.16% from 255 or 5.54% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED19BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED19BD is #12E642. Grayscale: #6A6A6A. Windows color (decimal): -1238595 or 12392941. OLE color: 12392941.

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

Color convert

RGB 237 25 189 -
CMYK 0 0.89 0.20 0.07
HSL 313.58º 0.85% 0.51% -
HSV(B) 313.58º 0.89% 0.93% -
XYZ 44.46 22.37 50.12 -
YUV 107.08 174.24 220.66 -
System Red Green Blue C M Y K H S L
Decimal 237 25 189 0 0.89 0.20 0.07 313.58 0.85 0.51
Hex ED 19 BD 0 59 14 7 13A 55 33
Octal 355 31 275 0 131 24 7 472 125 63
Binary 11101101 11001 10111101 0 1011001 10100 111 100111010 1010101 110011

Color Harmonies of #ED19BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED19BD

Black with #ED19BD

Text Example


Text Example

White with #ED19BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED19BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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