Html Css Color HEX #EC4175 Dark Pink

📋 copy color: '#EC4175'

red 236 ◦ green 65 ◦ blue 117

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

Shades of Dark Pink #EC4175

Tints of Dark Pink #EC4175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.55%

 BLUE value IS 117 (46.09% from 255) = 27.99%

R = 56.46%
G = 15.55%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC4175 (or 0xEC4175) is known color: Dark Pink. HEX triplet: EC, 41 and 75. RGB value is (236,65,117). Sum of RGB (Red+Green+Blue) = 236+65+117=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4175 is #13BE8A. Grayscale: #7A7A7A. Windows color (decimal): -1293963 or 7684588. OLE color: 7684588.

HSL color Cylindrical-coordinate representation of color #EC4175: hue angle of 341.75º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4175 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 65 117 -
CMYK 0 0.72 0.50 0.07
HSL 341.75º 0.82% 0.59% -
HSV(B) 341.75º 0.72% 0.93% -
XYZ 39.69 22.9 19.16 -
YUV 122.06 125.15 209.27 -
System Red Green Blue C M Y K H S L
Decimal 236 65 117 0 0.72 0.50 0.07 341.75 0.82 0.59
Hex EC 41 75 0 48 32 7 156 52 3B
Octal 354 101 165 0 110 62 7 526 122 73
Binary 11101100 1000001 1110101 0 1001000 110010 111 101010110 1010010 111011

Color Harmonies of #EC4175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4175

Black with #EC4175

Text Example


Text Example

White with #EC4175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4175; }

 p { color: rgb(236,65,117); }

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

background-color css

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

 a { background-color: rgb(236,65,117); }

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

border-color css

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

 span { border-color: rgb(236,65,117); }

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