Html Css Color HEX #ED15AA Spicy Pink

📋 copy color: '#ED15AA'

red 237 ◦ green 21 ◦ blue 170

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

Shades of Spicy Pink #ED15AA

Tints of Spicy Pink #ED15AA

RGB

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

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

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

R = 55.37%
G = 4.91%
B = 39.72%

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

#ED15AA (or 0xED15AA) is known color: Spicy Pink. HEX triplet: ED, 15 and AA. RGB value is (237,21,170). Sum of RGB (Red+Green+Blue) = 237+21+170=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED15AA is #12EA55. Grayscale: #666666. Windows color (decimal): -1239638 or 11146733. OLE color: 11146733.

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

Color convert

RGB 237 21 170 -
CMYK 0 0.91 0.28 0.07
HSL 318.61º 0.86% 0.51% -
HSV(B) 318.61º 0.91% 0.93% -
XYZ 42.45 21.44 39.93 -
YUV 102.57 166.06 223.88 -
System Red Green Blue C M Y K H S L
Decimal 237 21 170 0 0.91 0.28 0.07 318.61 0.86 0.51
Hex ED 15 AA 0 5B 1C 7 13F 56 33
Octal 355 25 252 0 133 34 7 477 126 63
Binary 11101101 10101 10101010 0 1011011 11100 111 100111111 1010110 110011

Color Harmonies of #ED15AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED15AA

Black with #ED15AA

Text Example


Text Example

White with #ED15AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED15AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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