Html Css Color HEX #EC527D Dark Pink

📋 copy color: '#EC527D'

red 236 ◦ green 82 ◦ blue 125

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

Shades of Dark Pink #EC527D

Tints of Dark Pink #EC527D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.22%

R = 53.27%
G = 18.51%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC527D (or 0xEC527D) is known color: Dark Pink. HEX triplet: EC, 52 and 7D. RGB value is (236,82,125). Sum of RGB (Red+Green+Blue) = 236+82+125=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC527D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC527D is #13AD82. Grayscale: #848484. Windows color (decimal): -1289603 or 8213228. OLE color: 8213228.

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

Color convert

RGB 236 82 125 -
CMYK 0 0.65 0.47 0.07
HSL 343.25º 0.8% 0.62% -
HSV(B) 343.25º 0.65% 0.93% -
XYZ 41.31 25.35 22.12 -
YUV 132.95 123.52 201.5 -
System Red Green Blue C M Y K H S L
Decimal 236 82 125 0 0.65 0.47 0.07 343.25 0.8 0.62
Hex EC 52 7D 0 41 2F 7 157 50 3E
Octal 354 122 175 0 101 57 7 527 120 76
Binary 11101100 1010010 1111101 0 1000001 101111 111 101010111 1010000 111110

Color Harmonies of #EC527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC527D

Black with #EC527D

Text Example


Text Example

White with #EC527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC527D; }

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

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

background-color css

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

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

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

border-color css

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

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

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