Html Css Color HEX #ED179B Deep Pink

📋 copy color: '#ED179B'

red 237 ◦ green 23 ◦ blue 155

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

Shades of Deep Pink #ED179B

Tints of Deep Pink #ED179B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.35%

R = 57.11%
G = 5.54%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED179B (or 0xED179B) is known color: Deep Pink. HEX triplet: ED, 17 and 9B. RGB value is (237,23,155). Sum of RGB (Red+Green+Blue) = 237+23+155=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED179B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED179B is #12E864. Grayscale: #656565. Windows color (decimal): -1239141 or 10164205. OLE color: 10164205.

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

Color convert

RGB 237 23 155 -
CMYK 0 0.90 0.35 0.07
HSL 322.99º 0.86% 0.51% -
HSV(B) 322.99º 0.9% 0.93% -
XYZ 41.15 20.98 32.89 -
YUV 102.03 157.9 224.27 -
System Red Green Blue C M Y K H S L
Decimal 237 23 155 0 0.90 0.35 0.07 322.99 0.86 0.51
Hex ED 17 9B 0 5A 23 7 143 56 33
Octal 355 27 233 0 132 43 7 503 126 63
Binary 11101101 10111 10011011 0 1011010 100011 111 101000011 1010110 110011

Color Harmonies of #ED179B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED179B

Black with #ED179B

Text Example


Text Example

White with #ED179B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED179B; }

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

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

background-color css

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

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

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

border-color css

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

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

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