Html Css Color HEX #ED178A Deep Pink

📋 copy color: '#ED178A'

red 237 ◦ green 23 ◦ blue 138

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

Shades of Deep Pink #ED178A

Tints of Deep Pink #ED178A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.67%

R = 59.55%
G = 5.78%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED178A (or 0xED178A) is known color: Deep Pink. HEX triplet: ED, 17 and 8A. RGB value is (237,23,138). Sum of RGB (Red+Green+Blue) = 237+23+138=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED178A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED178A is #12E875. Grayscale: #636363. Windows color (decimal): -1239158 or 9050093. OLE color: 9050093.

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

Color convert

RGB 237 23 138 -
CMYK 0 0.90 0.42 0.07
HSL 327.76º 0.86% 0.51% -
HSV(B) 327.76º 0.9% 0.93% -
XYZ 39.82 20.45 25.89 -
YUV 100.1 149.4 225.65 -
System Red Green Blue C M Y K H S L
Decimal 237 23 138 0 0.90 0.42 0.07 327.76 0.86 0.51
Hex ED 17 8A 0 5A 2A 7 148 56 33
Octal 355 27 212 0 132 52 7 510 126 63
Binary 11101101 10111 10001010 0 1011010 101010 111 101001000 1010110 110011

Color Harmonies of #ED178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED178A

Black with #ED178A

Text Example


Text Example

White with #ED178A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED178A; }

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

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

background-color css

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

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

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

border-color css

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

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

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