Html Css Color HEX #ED19BF Shocking Pink

📋 copy color: '#ED19BF'

red 237 ◦ green 25 ◦ blue 191

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

Shades of Shocking Pink #ED19BF

Tints of Shocking Pink #ED19BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.16%

R = 52.32%
G = 5.52%
B = 42.16%

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

#ED19BF (or 0xED19BF) is known color: Shocking Pink. HEX triplet: ED, 19 and BF. RGB value is (237,25,191). Sum of RGB (Red+Green+Blue) = 237+25+191=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED19BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED19BF is #12E640. Grayscale: #6A6A6A. Windows color (decimal): -1238593 or 12524013. OLE color: 12524013.

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

Color convert

RGB 237 25 191 -
CMYK 0 0.89 0.19 0.07
HSL 313.02º 0.85% 0.51% -
HSV(B) 313.02º 0.89% 0.93% -
XYZ 44.68 22.46 51.27 -
YUV 107.31 175.24 220.5 -
System Red Green Blue C M Y K H S L
Decimal 237 25 191 0 0.89 0.19 0.07 313.02 0.85 0.51
Hex ED 19 BF 0 59 13 7 139 55 33
Octal 355 31 277 0 131 23 7 471 125 63
Binary 11101101 11001 10111111 0 1011001 10011 111 100111001 1010101 110011

Color Harmonies of #ED19BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED19BF

Black with #ED19BF

Text Example


Text Example

White with #ED19BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED19BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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