Html Css Color HEX #ED15AB Spicy Pink

📋 copy color: '#ED15AB'

red 237 ◦ green 21 ◦ blue 171

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

Shades of Spicy Pink #ED15AB

Tints of Spicy Pink #ED15AB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.9%

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

R = 55.24%
G = 4.9%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED15AB (or 0xED15AB) is known color: Spicy Pink. HEX triplet: ED, 15 and AB. RGB value is (237,21,171). Sum of RGB (Red+Green+Blue) = 237+21+171=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED15AB is #12EA54. Grayscale: #666666. Windows color (decimal): -1239637 or 11212269. OLE color: 11212269.

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

Color convert

RGB 237 21 171 -
CMYK 0 0.91 0.28 0.07
HSL 318.33º 0.86% 0.51% -
HSV(B) 318.33º 0.91% 0.93% -
XYZ 42.54 21.48 40.43 -
YUV 102.68 166.56 223.8 -
System Red Green Blue C M Y K H S L
Decimal 237 21 171 0 0.91 0.28 0.07 318.33 0.86 0.51
Hex ED 15 AB 0 5B 1C 7 13E 56 33
Octal 355 25 253 0 133 34 7 476 126 63
Binary 11101101 10101 10101011 0 1011011 11100 111 100111110 1010110 110011

Color Harmonies of #ED15AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED15AB

Black with #ED15AB

Text Example


Text Example

White with #ED15AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED15AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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