Html Css Color HEX #ED19BA Shocking Pink

📋 copy color: '#ED19BA'

red 237 ◦ green 25 ◦ blue 186

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

Shades of Shocking Pink #ED19BA

Tints of Shocking Pink #ED19BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 52.9%
G = 5.58%
B = 41.52%

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

#ED19BA (or 0xED19BA) is known color: Shocking Pink. HEX triplet: ED, 19 and BA. RGB value is (237,25,186). Sum of RGB (Red+Green+Blue) = 237+25+186=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 25 (10.16% from 255 or 5.58% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED19BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED19BA is #12E645. Grayscale: #6A6A6A. Windows color (decimal): -1238598 or 12196333. OLE color: 12196333.

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

Color convert

RGB 237 25 186 -
CMYK 0 0.89 0.22 0.07
HSL 314.43º 0.85% 0.51% -
HSV(B) 314.43º 0.89% 0.93% -
XYZ 44.14 22.24 48.42 -
YUV 106.74 172.74 220.91 -
System Red Green Blue C M Y K H S L
Decimal 237 25 186 0 0.89 0.22 0.07 314.43 0.85 0.51
Hex ED 19 BA 0 59 16 7 13A 55 33
Octal 355 31 272 0 131 26 7 472 125 63
Binary 11101101 11001 10111010 0 1011001 10110 111 100111010 1010101 110011

Color Harmonies of #ED19BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED19BA

Black with #ED19BA

Text Example


Text Example

White with #ED19BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED19BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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