Html Css Color HEX #EC527A Dark Pink

📋 copy color: '#EC527A'

red 236 ◦ green 82 ◦ blue 122

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

Shades of Dark Pink #EC527A

Tints of Dark Pink #EC527A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.73%

R = 53.64%
G = 18.64%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC527A (or 0xEC527A) is known color: Dark Pink. HEX triplet: EC, 52 and 7A. RGB value is (236,82,122). Sum of RGB (Red+Green+Blue) = 236+82+122=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC527A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC527A is #13AD85. Grayscale: #848484. Windows color (decimal): -1289606 or 8016620. OLE color: 8016620.

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

Color convert

RGB 236 82 122 -
CMYK 0 0.65 0.48 0.07
HSL 344.42º 0.8% 0.62% -
HSV(B) 344.42º 0.65% 0.93% -
XYZ 41.12 25.27 21.12 -
YUV 132.61 122.02 201.75 -
System Red Green Blue C M Y K H S L
Decimal 236 82 122 0 0.65 0.48 0.07 344.42 0.8 0.62
Hex EC 52 7A 0 41 30 7 158 50 3E
Octal 354 122 172 0 101 60 7 530 120 76
Binary 11101100 1010010 1111010 0 1000001 110000 111 101011000 1010000 111110

Color Harmonies of #EC527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC527A

Black with #EC527A

Text Example


Text Example

White with #EC527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC527A; }

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

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

background-color css

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

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

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

border-color css

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

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

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