Html Css Color HEX #EC5281 Dark Pink

📋 copy color: '#EC5281'

red 236 ◦ green 82 ◦ blue 129

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

Shades of Dark Pink #EC5281

Tints of Dark Pink #EC5281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.86%

R = 52.8%
G = 18.34%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC5281 (or 0xEC5281) is known color: Dark Pink. HEX triplet: EC, 52 and 81. RGB value is (236,82,129). Sum of RGB (Red+Green+Blue) = 236+82+129=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5281 is #13AD7E. Grayscale: #858585. Windows color (decimal): -1289599 or 8475372. OLE color: 8475372.

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

Color convert

RGB 236 82 129 -
CMYK 0 0.65 0.45 0.07
HSL 341.69º 0.8% 0.62% -
HSV(B) 341.69º 0.65% 0.93% -
XYZ 41.57 25.45 23.49 -
YUV 133.4 125.52 201.18 -
System Red Green Blue C M Y K H S L
Decimal 236 82 129 0 0.65 0.45 0.07 341.69 0.8 0.62
Hex EC 52 81 0 41 2D 7 156 50 3E
Octal 354 122 201 0 101 55 7 526 120 76
Binary 11101100 1010010 10000001 0 1000001 101101 111 101010110 1010000 111110

Color Harmonies of #EC5281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5281

Black with #EC5281

Text Example


Text Example

White with #EC5281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5281; }

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

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

background-color css

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

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

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

border-color css

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

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

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