Html Css Color HEX #EC5085 Dark Pink

📋 copy color: '#EC5085'

red 236 ◦ green 80 ◦ blue 133

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

Shades of Dark Pink #EC5085

Tints of Dark Pink #EC5085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.62%

R = 52.56%
G = 17.82%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC5085 (or 0xEC5085) is known color: Dark Pink. HEX triplet: EC, 50 and 85. RGB value is (236,80,133). Sum of RGB (Red+Green+Blue) = 236+80+133=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5085 is #13AF7A. Grayscale: #848484. Windows color (decimal): -1290107 or 8737004. OLE color: 8737004.

HSL color Cylindrical-coordinate representation of color #EC5085: hue angle of 339.62º 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 #EC5085 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 80 133 -
CMYK 0 0.66 0.44 0.07
HSL 339.62º 0.8% 0.62% -
HSV(B) 339.62º 0.66% 0.93% -
XYZ 41.69 25.26 24.87 -
YUV 132.69 128.18 201.69 -
System Red Green Blue C M Y K H S L
Decimal 236 80 133 0 0.66 0.44 0.07 339.62 0.8 0.62
Hex EC 50 85 0 42 2C 7 154 50 3E
Octal 354 120 205 0 102 54 7 524 120 76
Binary 11101100 1010000 10000101 0 1000010 101100 111 101010100 1010000 111110

Color Harmonies of #EC5085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5085

Black with #EC5085

Text Example


Text Example

White with #EC5085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5085; }

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

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

background-color css

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

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

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

border-color css

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

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

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