Html Css Color HEX #EC607F Dark Pink

📋 copy color: '#EC607F'

red 236 ◦ green 96 ◦ blue 127

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

Shades of Dark Pink #EC607F

Tints of Dark Pink #EC607F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.92%

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

R = 51.42%
G = 20.92%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC607F (or 0xEC607F) is known color: Dark Pink. HEX triplet: EC, 60 and 7F. RGB value is (236,96,127). Sum of RGB (Red+Green+Blue) = 236+96+127=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC607F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC607F is #139F80. Grayscale: #8D8D8D. Windows color (decimal): -1286017 or 8347884. OLE color: 8347884.

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

Color convert

RGB 236 96 127 -
CMYK 0 0.59 0.46 0.07
HSL 346.71º 0.79% 0.65% -
HSV(B) 346.71º 0.59% 0.93% -
XYZ 42.61 27.73 23.19 -
YUV 141.39 119.88 195.48 -
System Red Green Blue C M Y K H S L
Decimal 236 96 127 0 0.59 0.46 0.07 346.71 0.79 0.65
Hex EC 60 7F 0 3B 2E 7 15B 4F 41
Octal 354 140 177 0 73 56 7 533 117 101
Binary 11101100 1100000 1111111 0 111011 101110 111 101011011 1001111 1000001

Color Harmonies of #EC607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC607F

Black with #EC607F

Text Example


Text Example

White with #EC607F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC607F; }

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

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

background-color css

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

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

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

border-color css

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

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

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