Html Css Color HEX #EC177D Deep Pink

📋 copy color: '#EC177D'

red 236 ◦ green 23 ◦ blue 125

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

Shades of Deep Pink #EC177D

Tints of Deep Pink #EC177D

RGB

 RED value IS 236 (92.58% from 255) = 61.46%

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

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 61.46%
G = 5.99%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC177D (or 0xEC177D) is known color: Deep Pink. HEX triplet: EC, 17 and 7D. RGB value is (236,23,125). Sum of RGB (Red+Green+Blue) = 236+23+125=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC177D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC177D is #13E882. Grayscale: #626262. Windows color (decimal): -1304707 or 8198124. OLE color: 8198124.

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

Color convert

RGB 236 23 125 -
CMYK 0 0.90 0.47 0.07
HSL 331.27º 0.85% 0.51% -
HSV(B) 331.27º 0.9% 0.93% -
XYZ 38.6 19.93 21.21 -
YUV 98.32 143.07 226.21 -
System Red Green Blue C M Y K H S L
Decimal 236 23 125 0 0.90 0.47 0.07 331.27 0.85 0.51
Hex EC 17 7D 0 5A 2F 7 14B 55 33
Octal 354 27 175 0 132 57 7 513 125 63
Binary 11101100 10111 1111101 0 1011010 101111 111 101001011 1010101 110011

Color Harmonies of #EC177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC177D

Black with #EC177D

Text Example


Text Example

White with #EC177D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC177D; }

 p { color: rgb(236,23,125); }

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

background-color css

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

 a { background-color: rgb(236,23,125); }

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

border-color css

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

 span { border-color: rgb(236,23,125); }

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