Html Css Color HEX #ED19C0 Shocking Pink

📋 copy color: '#ED19C0'

red 237 ◦ green 25 ◦ blue 192

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

Shades of Shocking Pink #ED19C0

Tints of Shocking Pink #ED19C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.29%

R = 52.2%
G = 5.51%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED19C0 (or 0xED19C0) is known color: Shocking Pink. HEX triplet: ED, 19 and C0. RGB value is (237,25,192). Sum of RGB (Red+Green+Blue) = 237+25+192=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED19C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED19C0 is #12E63F. Grayscale: #6A6A6A. Windows color (decimal): -1238592 or 12589549. OLE color: 12589549.

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

Color convert

RGB 237 25 192 -
CMYK 0 0.89 0.19 0.07
HSL 312.74º 0.85% 0.51% -
HSV(B) 312.74º 0.89% 0.93% -
XYZ 44.79 22.51 51.85 -
YUV 107.43 175.74 220.42 -
System Red Green Blue C M Y K H S L
Decimal 237 25 192 0 0.89 0.19 0.07 312.74 0.85 0.51
Hex ED 19 C0 0 59 13 7 139 55 33
Octal 355 31 300 0 131 23 7 471 125 63
Binary 11101101 11001 11000000 0 1011001 10011 111 100111001 1010101 110011

Color Harmonies of #ED19C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED19C0

Black with #ED19C0

Text Example


Text Example

White with #ED19C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED19C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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