Html Css Color HEX #ED25AA Spicy Pink

📋 copy color: '#ED25AA'

red 237 ◦ green 37 ◦ blue 170

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

Shades of Spicy Pink #ED25AA

Tints of Spicy Pink #ED25AA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.33%

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

R = 53.38%
G = 8.33%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED25AA (or 0xED25AA) is known color: Spicy Pink. HEX triplet: ED, 25 and AA. RGB value is (237,37,170). Sum of RGB (Red+Green+Blue) = 237+37+170=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 37 (14.84% from 255 or 8.33% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED25AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED25AA is #12DA55. Grayscale: #6F6F6F. Windows color (decimal): -1235542 or 11150829. OLE color: 11150829.

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

Color convert

RGB 237 37 170 -
CMYK 0 0.84 0.28 0.07
HSL 320.1º 0.85% 0.54% -
HSV(B) 320.1º 0.84% 0.93% -
XYZ 42.84 22.23 40.06 -
YUV 111.96 160.76 217.19 -
System Red Green Blue C M Y K H S L
Decimal 237 37 170 0 0.84 0.28 0.07 320.1 0.85 0.54
Hex ED 25 AA 0 54 1C 7 140 55 36
Octal 355 45 252 0 124 34 7 500 125 66
Binary 11101101 100101 10101010 0 1010100 11100 111 101000000 1010101 110110

Color Harmonies of #ED25AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED25AA

Black with #ED25AA

Text Example


Text Example

White with #ED25AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED25AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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