Html Css Color HEX #ED179F Deep Pink

📋 copy color: '#ED179F'

red 237 ◦ green 23 ◦ blue 159

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

Shades of Deep Pink #ED179F

Tints of Deep Pink #ED179F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.49%

 BLUE value IS 159 (62.5% from 255) = 37.95%

R = 56.56%
G = 5.49%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED179F (or 0xED179F) is known color: Deep Pink. HEX triplet: ED, 17 and 9F. RGB value is (237,23,159). Sum of RGB (Red+Green+Blue) = 237+23+159=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED179F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED179F is #12E860. Grayscale: #666666. Windows color (decimal): -1239137 or 10426349. OLE color: 10426349.

HSL color Cylindrical-coordinate representation of color #ED179F: hue angle of 321.87º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED179F is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 23 159 -
CMYK 0 0.90 0.33 0.07
HSL 321.87º 0.86% 0.51% -
HSV(B) 321.87º 0.9% 0.93% -
XYZ 41.49 21.12 34.69 -
YUV 102.49 159.9 223.94 -
System Red Green Blue C M Y K H S L
Decimal 237 23 159 0 0.90 0.33 0.07 321.87 0.86 0.51
Hex ED 17 9F 0 5A 21 7 142 56 33
Octal 355 27 237 0 132 41 7 502 126 63
Binary 11101101 10111 10011111 0 1011010 100001 111 101000010 1010110 110011

Color Harmonies of #ED179F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED179F

Black with #ED179F

Text Example


Text Example

White with #ED179F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED179F; }

 p { color: rgb(237,23,159); }

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

background-color css

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

 a { background-color: rgb(237,23,159); }

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

border-color css

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

 span { border-color: rgb(237,23,159); }

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