Html Css Color HEX #ED19B9 Shocking Pink

📋 copy color: '#ED19B9'

red 237 ◦ green 25 ◦ blue 185

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

Shades of Shocking Pink #ED19B9

Tints of Shocking Pink #ED19B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.39%

R = 53.02%
G = 5.59%
B = 41.39%

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

#ED19B9 (or 0xED19B9) is known color: Shocking Pink. HEX triplet: ED, 19 and B9. RGB value is (237,25,185). Sum of RGB (Red+Green+Blue) = 237+25+185=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 25 (10.16% from 255 or 5.59% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED19B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED19B9 is #12E646. Grayscale: #6A6A6A. Windows color (decimal): -1238599 or 12130797. OLE color: 12130797.

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

Color convert

RGB 237 25 185 -
CMYK 0 0.89 0.22 0.07
HSL 314.72º 0.85% 0.51% -
HSV(B) 314.72º 0.89% 0.93% -
XYZ 44.03 22.2 47.86 -
YUV 106.63 172.24 220.99 -
System Red Green Blue C M Y K H S L
Decimal 237 25 185 0 0.89 0.22 0.07 314.72 0.85 0.51
Hex ED 19 B9 0 59 16 7 13B 55 33
Octal 355 31 271 0 131 26 7 473 125 63
Binary 11101101 11001 10111001 0 1011001 10110 111 100111011 1010101 110011

Color Harmonies of #ED19B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED19B9

Black with #ED19B9

Text Example


Text Example

White with #ED19B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED19B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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