Html Css Color HEX #EC5F7F Dark Pink

📋 copy color: '#EC5F7F'

red 236 ◦ green 95 ◦ blue 127

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

Shades of Dark Pink #EC5F7F

Tints of Dark Pink #EC5F7F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.74%

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

R = 51.53%
G = 20.74%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC5F7F (or 0xEC5F7F) is known color: Dark Pink. HEX triplet: EC, 5F and 7F. RGB value is (236,95,127). Sum of RGB (Red+Green+Blue) = 236+95+127=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5F7F is #13A080. Grayscale: #8C8C8C. Windows color (decimal): -1286273 or 8347628. OLE color: 8347628.

HSL color Cylindrical-coordinate representation of color #EC5F7F: hue angle of 346.38º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5F7F is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 95 127 -
CMYK 0 0.60 0.46 0.07
HSL 346.38º 0.79% 0.65% -
HSV(B) 346.38º 0.6% 0.93% -
XYZ 42.52 27.55 23.16 -
YUV 140.81 120.21 195.9 -
System Red Green Blue C M Y K H S L
Decimal 236 95 127 0 0.60 0.46 0.07 346.38 0.79 0.65
Hex EC 5F 7F 0 3C 2E 7 15A 4F 41
Octal 354 137 177 0 74 56 7 532 117 101
Binary 11101100 1011111 1111111 0 111100 101110 111 101011010 1001111 1000001

Color Harmonies of #EC5F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F7F

Black with #EC5F7F

Text Example


Text Example

White with #EC5F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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