Html Css Color HEX #EC528A Dark Pink

📋 copy color: '#EC528A'

red 236 ◦ green 82 ◦ blue 138

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

Shades of Dark Pink #EC528A

Tints of Dark Pink #EC528A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.26%

R = 51.75%
G = 17.98%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC528A (or 0xEC528A) is known color: Dark Pink. HEX triplet: EC, 52 and 8A. RGB value is (236,82,138). Sum of RGB (Red+Green+Blue) = 236+82+138=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC528A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC528A is #13AD75. Grayscale: #868686. Windows color (decimal): -1289590 or 9065196. OLE color: 9065196.

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

Color convert

RGB 236 82 138 -
CMYK 0 0.65 0.42 0.07
HSL 338.18º 0.8% 0.62% -
HSV(B) 338.18º 0.65% 0.93% -
XYZ 42.2 25.7 26.78 -
YUV 134.43 130.02 200.45 -
System Red Green Blue C M Y K H S L
Decimal 236 82 138 0 0.65 0.42 0.07 338.18 0.8 0.62
Hex EC 52 8A 0 41 2A 7 152 50 3E
Octal 354 122 212 0 101 52 7 522 120 76
Binary 11101100 1010010 10001010 0 1000001 101010 111 101010010 1010000 111110

Color Harmonies of #EC528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC528A

Black with #EC528A

Text Example


Text Example

White with #EC528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC528A; }

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

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

background-color css

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

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

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

border-color css

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

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

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