Html Css Color HEX #ED19B5 Spicy Pink

📋 copy color: '#ED19B5'

red 237 ◦ green 25 ◦ blue 181

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

Shades of Spicy Pink #ED19B5

Tints of Spicy Pink #ED19B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.86%

R = 53.5%
G = 5.64%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ED19B5 (or 0xED19B5) is known color: Spicy Pink. HEX triplet: ED, 19 and B5. RGB value is (237,25,181). Sum of RGB (Red+Green+Blue) = 237+25+181=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED19B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED19B5 is #12E64A. Grayscale: #696969. Windows color (decimal): -1238603 or 11868653. OLE color: 11868653.

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

Color convert

RGB 237 25 181 -
CMYK 0 0.89 0.24 0.07
HSL 315.85º 0.85% 0.51% -
HSV(B) 315.85º 0.89% 0.93% -
XYZ 43.61 22.04 45.67 -
YUV 106.17 170.24 221.32 -
System Red Green Blue C M Y K H S L
Decimal 237 25 181 0 0.89 0.24 0.07 315.85 0.85 0.51
Hex ED 19 B5 0 59 18 7 13C 55 33
Octal 355 31 265 0 131 30 7 474 125 63
Binary 11101101 11001 10110101 0 1011001 11000 111 100111100 1010101 110011

Color Harmonies of #ED19B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED19B5

Black with #ED19B5

Text Example


Text Example

White with #ED19B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED19B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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