Html Css Color HEX #EC5285 Dark Pink

📋 copy color: '#EC5285'

red 236 ◦ green 82 ◦ blue 133

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

Shades of Dark Pink #EC5285

Tints of Dark Pink #EC5285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.49%

R = 52.33%
G = 18.18%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC5285 (or 0xEC5285) is known color: Dark Pink. HEX triplet: EC, 52 and 85. RGB value is (236,82,133). Sum of RGB (Red+Green+Blue) = 236+82+133=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5285 is #13AD7A. Grayscale: #858585. Windows color (decimal): -1289595 or 8737516. OLE color: 8737516.

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

Color convert

RGB 236 82 133 -
CMYK 0 0.65 0.44 0.07
HSL 340.13º 0.8% 0.62% -
HSV(B) 340.13º 0.65% 0.93% -
XYZ 41.84 25.56 24.92 -
YUV 133.86 127.52 200.85 -
System Red Green Blue C M Y K H S L
Decimal 236 82 133 0 0.65 0.44 0.07 340.13 0.8 0.62
Hex EC 52 85 0 41 2C 7 154 50 3E
Octal 354 122 205 0 101 54 7 524 120 76
Binary 11101100 1010010 10000101 0 1000001 101100 111 101010100 1010000 111110

Color Harmonies of #EC5285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5285

Black with #EC5285

Text Example


Text Example

White with #EC5285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5285; }

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

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

background-color css

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

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

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

border-color css

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

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

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