Html Css Color HEX #ED11AF Spicy Pink

📋 copy color: '#ED11AF'

red 237 ◦ green 17 ◦ blue 175

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

Shades of Spicy Pink #ED11AF

Tints of Spicy Pink #ED11AF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.96%

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

R = 55.24%
G = 3.96%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED11AF (or 0xED11AF) is known color: Spicy Pink. HEX triplet: ED, 11 and AF. RGB value is (237,17,175). Sum of RGB (Red+Green+Blue) = 237+17+175=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED11AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED11AF is #12EE50. Grayscale: #646464. Windows color (decimal): -1240657 or 11473389. OLE color: 11473389.

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

Color convert

RGB 237 17 175 -
CMYK 0 0.93 0.26 0.07
HSL 316.91º 0.87% 0.5% -
HSV(B) 316.91º 0.93% 0.93% -
XYZ 42.86 21.5 42.45 -
YUV 100.79 169.89 225.15 -
System Red Green Blue C M Y K H S L
Decimal 237 17 175 0 0.93 0.26 0.07 316.91 0.87 0.5
Hex ED 11 AF 0 5D 1A 7 13D 57 32
Octal 355 21 257 0 135 32 7 475 127 62
Binary 11101101 10001 10101111 0 1011101 11010 111 100111101 1010111 110010

Color Harmonies of #ED11AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED11AF

Black with #ED11AF

Text Example


Text Example

White with #ED11AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED11AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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