Html Css Color HEX #ED16AA Spicy Pink

📋 copy color: '#ED16AA'

red 237 ◦ green 22 ◦ blue 170

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

Shades of Spicy Pink #ED16AA

Tints of Spicy Pink #ED16AA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.13%

 BLUE value IS 170 (66.8% from 255) = 39.63%

R = 55.24%
G = 5.13%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED16AA (or 0xED16AA) is known color: Spicy Pink. HEX triplet: ED, 16 and AA. RGB value is (237,22,170). Sum of RGB (Red+Green+Blue) = 237+22+170=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 22 (8.98% from 255 or 5.13% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED16AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED16AA is #12E955. Grayscale: #666666. Windows color (decimal): -1239382 or 11146989. OLE color: 11146989.

HSL color Cylindrical-coordinate representation of color #ED16AA: hue angle of 318.7º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED16AA is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 22 170 -
CMYK 0 0.91 0.28 0.07
HSL 318.7º 0.86% 0.51% -
HSV(B) 318.7º 0.91% 0.93% -
XYZ 42.47 21.48 39.94 -
YUV 103.16 165.73 223.47 -
System Red Green Blue C M Y K H S L
Decimal 237 22 170 0 0.91 0.28 0.07 318.7 0.86 0.51
Hex ED 16 AA 0 5B 1C 7 13F 56 33
Octal 355 26 252 0 133 34 7 477 126 63
Binary 11101101 10110 10101010 0 1011011 11100 111 100111111 1010110 110011

Color Harmonies of #ED16AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED16AA

Black with #ED16AA

Text Example


Text Example

White with #ED16AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED16AA; }

 p { color: rgb(237,22,170); }

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

background-color css

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

 a { background-color: rgb(237,22,170); }

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

border-color css

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

 span { border-color: rgb(237,22,170); }

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