Html Css Color HEX #EC506F Dark Pink

📋 copy color: '#EC506F'

red 236 ◦ green 80 ◦ blue 111

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

Shades of Dark Pink #EC506F

Tints of Dark Pink #EC506F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.74%

 BLUE value IS 111 (43.75% from 255) = 26%

R = 55.27%
G = 18.74%
B = 26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC506F (or 0xEC506F) is known color: Dark Pink. HEX triplet: EC, 50 and 6F. RGB value is (236,80,111). Sum of RGB (Red+Green+Blue) = 236+80+111=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC506F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC506F is #13AF90. Grayscale: #828282. Windows color (decimal): -1290129 or 7295212. OLE color: 7295212.

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

Color convert

RGB 236 80 111 -
CMYK 0 0.66 0.53 0.07
HSL 348.08º 0.8% 0.62% -
HSV(B) 348.08º 0.66% 0.93% -
XYZ 40.33 24.72 17.68 -
YUV 130.18 117.18 203.48 -
System Red Green Blue C M Y K H S L
Decimal 236 80 111 0 0.66 0.53 0.07 348.08 0.8 0.62
Hex EC 50 6F 0 42 35 7 15C 50 3E
Octal 354 120 157 0 102 65 7 534 120 76
Binary 11101100 1010000 1101111 0 1000010 110101 111 101011100 1010000 111110

Color Harmonies of #EC506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC506F

Black with #EC506F

Text Example


Text Example

White with #EC506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC506F; }

 p { color: rgb(236,80,111); }

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

background-color css

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

 a { background-color: rgb(236,80,111); }

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

border-color css

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

 span { border-color: rgb(236,80,111); }

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