Html Css Color HEX #ED26AB Spicy Pink

📋 copy color: '#ED26AB'

red 237 ◦ green 38 ◦ blue 171

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

Shades of Spicy Pink #ED26AB

Tints of Spicy Pink #ED26AB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.52%

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

R = 53.14%
G = 8.52%
B = 38.34%

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

#ED26AB (or 0xED26AB) is known color: Spicy Pink. HEX triplet: ED, 26 and AB. RGB value is (237,38,171). Sum of RGB (Red+Green+Blue) = 237+38+171=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 38 (15.23% from 255 or 8.52% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED26AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED26AB is #12D954. Grayscale: #707070. Windows color (decimal): -1235285 or 11216621. OLE color: 11216621.

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

Color convert

RGB 237 38 171 -
CMYK 0 0.84 0.28 0.07
HSL 319.9º 0.85% 0.54% -
HSV(B) 319.9º 0.84% 0.93% -
XYZ 42.97 22.33 40.57 -
YUV 112.66 160.93 216.69 -
System Red Green Blue C M Y K H S L
Decimal 237 38 171 0 0.84 0.28 0.07 319.9 0.85 0.54
Hex ED 26 AB 0 54 1C 7 140 55 36
Octal 355 46 253 0 124 34 7 500 125 66
Binary 11101101 100110 10101011 0 1010100 11100 111 101000000 1010101 110110

Color Harmonies of #ED26AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED26AB

Black with #ED26AB

Text Example


Text Example

White with #ED26AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED26AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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