Html Css Color HEX #ED25AB Spicy Pink

📋 copy color: '#ED25AB'

red 237 ◦ green 37 ◦ blue 171

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

Shades of Spicy Pink #ED25AB

Tints of Spicy Pink #ED25AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.43%

R = 53.26%
G = 8.31%
B = 38.43%

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

#ED25AB (or 0xED25AB) is known color: Spicy Pink. HEX triplet: ED, 25 and AB. RGB value is (237,37,171). Sum of RGB (Red+Green+Blue) = 237+37+171=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED25AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED25AB is #12DA54. Grayscale: #6F6F6F. Windows color (decimal): -1235541 or 11216365. OLE color: 11216365.

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

Color convert

RGB 237 37 171 -
CMYK 0 0.84 0.28 0.07
HSL 319.8º 0.85% 0.54% -
HSV(B) 319.8º 0.84% 0.93% -
XYZ 42.94 22.27 40.56 -
YUV 112.08 161.26 217.1 -
System Red Green Blue C M Y K H S L
Decimal 237 37 171 0 0.84 0.28 0.07 319.8 0.85 0.54
Hex ED 25 AB 0 54 1C 7 140 55 36
Octal 355 45 253 0 124 34 7 500 125 66
Binary 11101101 100101 10101011 0 1010100 11100 111 101000000 1010101 110110

Color Harmonies of #ED25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED25AB

Black with #ED25AB

Text Example


Text Example

White with #ED25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED25AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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