Html Css Color HEX #EC527F Dark Pink

📋 copy color: '#EC527F'

red 236 ◦ green 82 ◦ blue 127

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

Shades of Dark Pink #EC527F

Tints of Dark Pink #EC527F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.54%

R = 53.03%
G = 18.43%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC527F (or 0xEC527F) is known color: Dark Pink. HEX triplet: EC, 52 and 7F. RGB value is (236,82,127). Sum of RGB (Red+Green+Blue) = 236+82+127=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC527F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC527F is #13AD80. Grayscale: #858585. Windows color (decimal): -1289601 or 8344300. OLE color: 8344300.

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

Color convert

RGB 236 82 127 -
CMYK 0 0.65 0.46 0.07
HSL 342.47º 0.8% 0.62% -
HSV(B) 342.47º 0.65% 0.93% -
XYZ 41.44 25.4 22.8 -
YUV 133.18 124.52 201.34 -
System Red Green Blue C M Y K H S L
Decimal 236 82 127 0 0.65 0.46 0.07 342.47 0.8 0.62
Hex EC 52 7F 0 41 2E 7 156 50 3E
Octal 354 122 177 0 101 56 7 526 120 76
Binary 11101100 1010010 1111111 0 1000001 101110 111 101010110 1010000 111110

Color Harmonies of #EC527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC527F

Black with #EC527F

Text Example


Text Example

White with #EC527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC527F; }

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

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

background-color css

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

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

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

border-color css

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

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

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