Html Css Color HEX #ED1EAB Spicy Pink

📋 copy color: '#ED1EAB'

red 237 ◦ green 30 ◦ blue 171

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

Shades of Spicy Pink #ED1EAB

Tints of Spicy Pink #ED1EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.85%

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

R = 54.11%
G = 6.85%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED1EAB (or 0xED1EAB) is known color: Spicy Pink. HEX triplet: ED, 1E and AB. RGB value is (237,30,171). Sum of RGB (Red+Green+Blue) = 237+30+171=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1EAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1EAB is #12E154. Grayscale: #6B6B6B. Windows color (decimal): -1237333 or 11214573. OLE color: 11214573.

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

Color convert

RGB 237 30 171 -
CMYK 0 0.87 0.28 0.07
HSL 319.13º 0.85% 0.52% -
HSV(B) 319.13º 0.87% 0.93% -
XYZ 42.74 21.87 40.5 -
YUV 107.97 163.58 220.04 -
System Red Green Blue C M Y K H S L
Decimal 237 30 171 0 0.87 0.28 0.07 319.13 0.85 0.52
Hex ED 1E AB 0 57 1C 7 13F 55 34
Octal 355 36 253 0 127 34 7 477 125 64
Binary 11101101 11110 10101011 0 1010111 11100 111 100111111 1010101 110100

Color Harmonies of #ED1EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1EAB

Black with #ED1EAB

Text Example


Text Example

White with #ED1EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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