Html Css Color HEX #ED178E Deep Pink

📋 copy color: '#ED178E'

red 237 ◦ green 23 ◦ blue 142

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

Shades of Deep Pink #ED178E

Tints of Deep Pink #ED178E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.32%

R = 58.96%
G = 5.72%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED178E (or 0xED178E) is known color: Deep Pink. HEX triplet: ED, 17 and 8E. RGB value is (237,23,142). Sum of RGB (Red+Green+Blue) = 237+23+142=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED178E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED178E is #12E871. Grayscale: #646464. Windows color (decimal): -1239154 or 9312237. OLE color: 9312237.

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

Color convert

RGB 237 23 142 -
CMYK 0 0.90 0.40 0.07
HSL 326.64º 0.86% 0.51% -
HSV(B) 326.64º 0.9% 0.93% -
XYZ 40.11 20.57 27.45 -
YUV 100.55 151.4 225.32 -
System Red Green Blue C M Y K H S L
Decimal 237 23 142 0 0.90 0.40 0.07 326.64 0.86 0.51
Hex ED 17 8E 0 5A 28 7 147 56 33
Octal 355 27 216 0 132 50 7 507 126 63
Binary 11101101 10111 10001110 0 1011010 101000 111 101000111 1010110 110011

Color Harmonies of #ED178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED178E

Black with #ED178E

Text Example


Text Example

White with #ED178E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED178E; }

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

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

background-color css

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

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

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

border-color css

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

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

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