Html Css Color HEX #EC177F Deep Pink

📋 copy color: '#EC177F'

red 236 ◦ green 23 ◦ blue 127

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

Shades of Deep Pink #EC177F

Tints of Deep Pink #EC177F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.9%

R = 61.14%
G = 5.96%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC177F (or 0xEC177F) is known color: Deep Pink. HEX triplet: EC, 17 and 7F. RGB value is (236,23,127). Sum of RGB (Red+Green+Blue) = 236+23+127=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC177F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC177F is #13E880. Grayscale: #626262. Windows color (decimal): -1304705 or 8329196. OLE color: 8329196.

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

Color convert

RGB 236 23 127 -
CMYK 0 0.90 0.46 0.07
HSL 330.7º 0.85% 0.51% -
HSV(B) 330.7º 0.9% 0.93% -
XYZ 38.73 19.98 21.89 -
YUV 98.54 144.07 226.04 -
System Red Green Blue C M Y K H S L
Decimal 236 23 127 0 0.90 0.46 0.07 330.7 0.85 0.51
Hex EC 17 7F 0 5A 2E 7 14B 55 33
Octal 354 27 177 0 132 56 7 513 125 63
Binary 11101100 10111 1111111 0 1011010 101110 111 101001011 1010101 110011

Color Harmonies of #EC177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC177F

Black with #EC177F

Text Example


Text Example

White with #EC177F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC177F; }

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

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

background-color css

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

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

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

border-color css

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

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

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