Html Css Color HEX #ED10AF Spicy Pink

📋 copy color: '#ED10AF'

red 237 ◦ green 16 ◦ blue 175

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

Shades of Spicy Pink #ED10AF

Tints of Spicy Pink #ED10AF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.74%

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

R = 55.37%
G = 3.74%
B = 40.89%

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

#ED10AF (or 0xED10AF) is known color: Spicy Pink. HEX triplet: ED, 10 and AF. RGB value is (237,16,175). Sum of RGB (Red+Green+Blue) = 237+16+175=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED10AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED10AF is #12EF50. Grayscale: #636363. Windows color (decimal): -1240913 or 11473133. OLE color: 11473133.

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

Color convert

RGB 237 16 175 -
CMYK 0 0.93 0.26 0.07
HSL 316.83º 0.87% 0.5% -
HSV(B) 316.83º 0.93% 0.93% -
XYZ 42.85 21.47 42.44 -
YUV 100.21 170.22 225.57 -
System Red Green Blue C M Y K H S L
Decimal 237 16 175 0 0.93 0.26 0.07 316.83 0.87 0.5
Hex ED 10 AF 0 5D 1A 7 13D 57 32
Octal 355 20 257 0 135 32 7 475 127 62
Binary 11101101 10000 10101111 0 1011101 11010 111 100111101 1010111 110010

Color Harmonies of #ED10AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED10AF

Black with #ED10AF

Text Example


Text Example

White with #ED10AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED10AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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