Html Css Color HEX #ED16B3 Spicy Pink

📋 copy color: '#ED16B3'

red 237 ◦ green 22 ◦ blue 179

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

Shades of Spicy Pink #ED16B3

Tints of Spicy Pink #ED16B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.87%

R = 54.11%
G = 5.02%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ED16B3 (or 0xED16B3) is known color: Spicy Pink. HEX triplet: ED, 16 and B3. RGB value is (237,22,179). Sum of RGB (Red+Green+Blue) = 237+22+179=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 22 (8.98% from 255 or 5.02% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED16B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED16B3 is #12E94C. Grayscale: #676767. Windows color (decimal): -1239373 or 11736813. OLE color: 11736813.

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

Color convert

RGB 237 22 179 -
CMYK 0 0.91 0.24 0.07
HSL 316.19º 0.86% 0.51% -
HSV(B) 316.19º 0.91% 0.93% -
XYZ 43.35 21.83 44.58 -
YUV 104.18 170.23 222.73 -
System Red Green Blue C M Y K H S L
Decimal 237 22 179 0 0.91 0.24 0.07 316.19 0.86 0.51
Hex ED 16 B3 0 5B 18 7 13C 56 33
Octal 355 26 263 0 133 30 7 474 126 63
Binary 11101101 10110 10110011 0 1011011 11000 111 100111100 1010110 110011

Color Harmonies of #ED16B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED16B3

Black with #ED16B3

Text Example


Text Example

White with #ED16B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED16B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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