Html Css Color HEX #ED12AC Spicy Pink

📋 copy color: '#ED12AC'

red 237 ◦ green 18 ◦ blue 172

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

Shades of Spicy Pink #ED12AC

Tints of Spicy Pink #ED12AC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.22%

 BLUE value IS 172 (67.58% from 255) = 40.28%

R = 55.5%
G = 4.22%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED12AC (or 0xED12AC) is known color: Spicy Pink. HEX triplet: ED, 12 and AC. RGB value is (237,18,172). Sum of RGB (Red+Green+Blue) = 237+18+172=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED12AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED12AC is #12ED53. Grayscale: #646464. Windows color (decimal): -1240404 or 11277037. OLE color: 11277037.

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

Color convert

RGB 237 18 172 -
CMYK 0 0.92 0.27 0.07
HSL 317.81º 0.86% 0.5% -
HSV(B) 317.81º 0.92% 0.93% -
XYZ 42.59 21.42 40.92 -
YUV 101.04 168.05 224.98 -
System Red Green Blue C M Y K H S L
Decimal 237 18 172 0 0.92 0.27 0.07 317.81 0.86 0.5
Hex ED 12 AC 0 5C 1B 7 13E 56 32
Octal 355 22 254 0 134 33 7 476 126 62
Binary 11101101 10010 10101100 0 1011100 11011 111 100111110 1010110 110010

Color Harmonies of #ED12AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED12AC

Black with #ED12AC

Text Example


Text Example

White with #ED12AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED12AC; }

 p { color: rgb(237,18,172); }

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

background-color css

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

 a { background-color: rgb(237,18,172); }

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

border-color css

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

 span { border-color: rgb(237,18,172); }

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