Html Css Color HEX #EC526E Dark Pink

📋 copy color: '#EC526E'

red 236 ◦ green 82 ◦ blue 110

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

Shades of Dark Pink #EC526E

Tints of Dark Pink #EC526E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.16%

 BLUE value IS 110 (43.36% from 255) = 25.7%

R = 55.14%
G = 19.16%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC526E (or 0xEC526E) is known color: Dark Pink. HEX triplet: EC, 52 and 6E. RGB value is (236,82,110). Sum of RGB (Red+Green+Blue) = 236+82+110=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC526E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC526E is #13AD91. Grayscale: #838383. Windows color (decimal): -1289618 or 7230188. OLE color: 7230188.

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

Color convert

RGB 236 82 110 -
CMYK 0 0.65 0.53 0.07
HSL 349.09º 0.8% 0.62% -
HSV(B) 349.09º 0.65% 0.93% -
XYZ 40.42 24.99 17.45 -
YUV 131.24 116.02 202.72 -
System Red Green Blue C M Y K H S L
Decimal 236 82 110 0 0.65 0.53 0.07 349.09 0.8 0.62
Hex EC 52 6E 0 41 35 7 15D 50 3E
Octal 354 122 156 0 101 65 7 535 120 76
Binary 11101100 1010010 1101110 0 1000001 110101 111 101011101 1010000 111110

Color Harmonies of #EC526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC526E

Black with #EC526E

Text Example


Text Example

White with #EC526E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC526E; }

 p { color: rgb(236,82,110); }

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

background-color css

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

 a { background-color: rgb(236,82,110); }

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

border-color css

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

 span { border-color: rgb(236,82,110); }

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