Html Css Color HEX #ED15AF Spicy Pink

📋 copy color: '#ED15AF'

red 237 ◦ green 21 ◦ blue 175

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

Shades of Spicy Pink #ED15AF

Tints of Spicy Pink #ED15AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.42%

R = 54.73%
G = 4.85%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED15AF (or 0xED15AF) is known color: Spicy Pink. HEX triplet: ED, 15 and AF. RGB value is (237,21,175). Sum of RGB (Red+Green+Blue) = 237+21+175=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED15AF is #12EA50. Grayscale: #666666. Windows color (decimal): -1239633 or 11474413. OLE color: 11474413.

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

Color convert

RGB 237 21 175 -
CMYK 0 0.91 0.26 0.07
HSL 317.22º 0.86% 0.51% -
HSV(B) 317.22º 0.91% 0.93% -
XYZ 42.93 21.64 42.47 -
YUV 103.14 168.56 223.48 -
System Red Green Blue C M Y K H S L
Decimal 237 21 175 0 0.91 0.26 0.07 317.22 0.86 0.51
Hex ED 15 AF 0 5B 1A 7 13D 56 33
Octal 355 25 257 0 133 32 7 475 126 63
Binary 11101101 10101 10101111 0 1011011 11010 111 100111101 1010110 110011

Color Harmonies of #ED15AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED15AF

Black with #ED15AF

Text Example


Text Example

White with #ED15AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED15AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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