Html Css Color HEX #EC4F75 Dark Pink

📋 copy color: '#EC4F75'

red 236 ◦ green 79 ◦ blue 117

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

Shades of Dark Pink #EC4F75

Tints of Dark Pink #EC4F75

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.29%

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

R = 54.63%
G = 18.29%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC4F75 (or 0xEC4F75) is known color: Dark Pink. HEX triplet: EC, 4F and 75. RGB value is (236,79,117). Sum of RGB (Red+Green+Blue) = 236+79+117=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4F75 is #13B08A. Grayscale: #828282. Windows color (decimal): -1290379 or 7688172. OLE color: 7688172.

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

Color convert

RGB 236 79 117 -
CMYK 0 0.67 0.50 0.07
HSL 345.48º 0.81% 0.62% -
HSV(B) 345.48º 0.67% 0.93% -
XYZ 40.6 24.71 19.46 -
YUV 130.28 120.51 203.41 -
System Red Green Blue C M Y K H S L
Decimal 236 79 117 0 0.67 0.50 0.07 345.48 0.81 0.62
Hex EC 4F 75 0 43 32 7 159 51 3E
Octal 354 117 165 0 103 62 7 531 121 76
Binary 11101100 1001111 1110101 0 1000011 110010 111 101011001 1010001 111110

Color Harmonies of #EC4F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4F75

Black with #EC4F75

Text Example


Text Example

White with #EC4F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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