Html Css Color HEX #ED23AA Spicy Pink

📋 copy color: '#ED23AA'

red 237 ◦ green 35 ◦ blue 170

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

Shades of Spicy Pink #ED23AA

Tints of Spicy Pink #ED23AA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.92%

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

R = 53.62%
G = 7.92%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED23AA (or 0xED23AA) is known color: Spicy Pink. HEX triplet: ED, 23 and AA. RGB value is (237,35,170). Sum of RGB (Red+Green+Blue) = 237+35+170=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 35 (14.06% from 255 or 7.92% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED23AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED23AA is #12DC55. Grayscale: #6E6E6E. Windows color (decimal): -1236054 or 11150317. OLE color: 11150317.

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

Color convert

RGB 237 35 170 -
CMYK 0 0.85 0.28 0.07
HSL 319.9º 0.85% 0.53% -
HSV(B) 319.9º 0.85% 0.93% -
XYZ 42.78 22.11 40.04 -
YUV 110.79 161.42 218.02 -
System Red Green Blue C M Y K H S L
Decimal 237 35 170 0 0.85 0.28 0.07 319.9 0.85 0.53
Hex ED 23 AA 0 55 1C 7 140 55 35
Octal 355 43 252 0 125 34 7 500 125 65
Binary 11101101 100011 10101010 0 1010101 11100 111 101000000 1010101 110101

Color Harmonies of #ED23AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED23AA

Black with #ED23AA

Text Example


Text Example

White with #ED23AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED23AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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