Html Css Color HEX #EC527B Dark Pink

📋 copy color: '#EC527B'

red 236 ◦ green 82 ◦ blue 123

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

Shades of Dark Pink #EC527B

Tints of Dark Pink #EC527B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.89%

R = 53.51%
G = 18.59%
B = 27.89%

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

#EC527B (or 0xEC527B) is known color: Dark Pink. HEX triplet: EC, 52 and 7B. RGB value is (236,82,123). Sum of RGB (Red+Green+Blue) = 236+82+123=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC527B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC527B is #13AD84. Grayscale: #848484. Windows color (decimal): -1289605 or 8082156. OLE color: 8082156.

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

Color convert

RGB 236 82 123 -
CMYK 0 0.65 0.48 0.07
HSL 344.03º 0.8% 0.62% -
HSV(B) 344.03º 0.65% 0.93% -
XYZ 41.18 25.3 21.45 -
YUV 132.72 122.52 201.67 -
System Red Green Blue C M Y K H S L
Decimal 236 82 123 0 0.65 0.48 0.07 344.03 0.8 0.62
Hex EC 52 7B 0 41 30 7 158 50 3E
Octal 354 122 173 0 101 60 7 530 120 76
Binary 11101100 1010010 1111011 0 1000001 110000 111 101011000 1010000 111110

Color Harmonies of #EC527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC527B

Black with #EC527B

Text Example


Text Example

White with #EC527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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