Html Css Color HEX #ED12AF Spicy Pink

📋 copy color: '#ED12AF'

red 237 ◦ green 18 ◦ blue 175

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

Shades of Spicy Pink #ED12AF

Tints of Spicy Pink #ED12AF

RGB

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

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

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

R = 55.12%
G = 4.19%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED12AF (or 0xED12AF) is known color: Spicy Pink. HEX triplet: ED, 12 and AF. RGB value is (237,18,175). Sum of RGB (Red+Green+Blue) = 237+18+175=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 18 (7.42% from 255 or 4.19% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED12AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED12AF is #12ED50. Grayscale: #646464. Windows color (decimal): -1240401 or 11473645. OLE color: 11473645.

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

Color convert

RGB 237 18 175 -
CMYK 0 0.92 0.26 0.07
HSL 316.99º 0.86% 0.5% -
HSV(B) 316.99º 0.92% 0.93% -
XYZ 42.88 21.53 42.45 -
YUV 101.38 169.55 224.73 -
System Red Green Blue C M Y K H S L
Decimal 237 18 175 0 0.92 0.26 0.07 316.99 0.86 0.5
Hex ED 12 AF 0 5C 1A 7 13D 56 32
Octal 355 22 257 0 134 32 7 475 126 62
Binary 11101101 10010 10101111 0 1011100 11010 111 100111101 1010110 110010

Color Harmonies of #ED12AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED12AF

Black with #ED12AF

Text Example


Text Example

White with #ED12AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED12AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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