Html Css Color HEX #EC526F Dark Pink

📋 copy color: '#EC526F'

red 236 ◦ green 82 ◦ blue 111

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

Shades of Dark Pink #EC526F

Tints of Dark Pink #EC526F

RGB

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

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

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

R = 55.01%
G = 19.11%
B = 25.87%

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

#EC526F (or 0xEC526F) is known color: Dark Pink. HEX triplet: EC, 52 and 6F. RGB value is (236,82,111). Sum of RGB (Red+Green+Blue) = 236+82+111=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC526F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC526F is #13AD90. Grayscale: #838383. Windows color (decimal): -1289617 or 7295724. OLE color: 7295724.

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

Color convert

RGB 236 82 111 -
CMYK 0 0.65 0.53 0.07
HSL 348.7º 0.8% 0.62% -
HSV(B) 348.7º 0.65% 0.93% -
XYZ 40.48 25.02 17.73 -
YUV 131.35 116.52 202.64 -
System Red Green Blue C M Y K H S L
Decimal 236 82 111 0 0.65 0.53 0.07 348.7 0.8 0.62
Hex EC 52 6F 0 41 35 7 15D 50 3E
Octal 354 122 157 0 101 65 7 535 120 76
Binary 11101100 1010010 1101111 0 1000001 110101 111 101011101 1010000 111110

Color Harmonies of #EC526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC526F

Black with #EC526F

Text Example


Text Example

White with #EC526F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC526F; }

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

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

background-color css

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

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

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

border-color css

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

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

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