Html Css Color HEX #ED16A3 Spicy Pink

📋 copy color: '#ED16A3'

red 237 ◦ green 22 ◦ blue 163

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

Shades of Spicy Pink #ED16A3

Tints of Spicy Pink #ED16A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.63%

R = 56.16%
G = 5.21%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ED16A3 (or 0xED16A3) is known color: Spicy Pink. HEX triplet: ED, 16 and A3. RGB value is (237,22,163). Sum of RGB (Red+Green+Blue) = 237+22+163=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 22 (8.98% from 255 or 5.21% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED16A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED16A3 is #12E95C. Grayscale: #666666. Windows color (decimal): -1239389 or 10688237. OLE color: 10688237.

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

Color convert

RGB 237 22 163 -
CMYK 0 0.91 0.31 0.07
HSL 320.65º 0.86% 0.51% -
HSV(B) 320.65º 0.91% 0.93% -
XYZ 41.82 21.22 36.54 -
YUV 102.36 162.23 224.04 -
System Red Green Blue C M Y K H S L
Decimal 237 22 163 0 0.91 0.31 0.07 320.65 0.86 0.51
Hex ED 16 A3 0 5B 1F 7 141 56 33
Octal 355 26 243 0 133 37 7 501 126 63
Binary 11101101 10110 10100011 0 1011011 11111 111 101000001 1010110 110011

Color Harmonies of #ED16A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED16A3

Black with #ED16A3

Text Example


Text Example

White with #ED16A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED16A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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