Html Css Color HEX #EC5483 Dark Pink

📋 copy color: '#EC5483'

red 236 ◦ green 84 ◦ blue 131

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

Shades of Dark Pink #EC5483

Tints of Dark Pink #EC5483

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.63%

 BLUE value IS 131 (51.56% from 255) = 29.05%

R = 52.33%
G = 18.63%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC5483 (or 0xEC5483) is known color: Dark Pink. HEX triplet: EC, 54 and 83. RGB value is (236,84,131). Sum of RGB (Red+Green+Blue) = 236+84+131=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5483 is #13AB7C. Grayscale: #868686. Windows color (decimal): -1289085 or 8606956. OLE color: 8606956.

HSL color Cylindrical-coordinate representation of color #EC5483: hue angle of 341.45º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5483 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 84 131 -
CMYK 0 0.64 0.44 0.07
HSL 341.45º 0.8% 0.63% -
HSV(B) 341.45º 0.64% 0.93% -
XYZ 41.86 25.81 24.25 -
YUV 134.81 125.86 200.18 -
System Red Green Blue C M Y K H S L
Decimal 236 84 131 0 0.64 0.44 0.07 341.45 0.8 0.63
Hex EC 54 83 0 40 2C 7 155 50 3F
Octal 354 124 203 0 100 54 7 525 120 77
Binary 11101100 1010100 10000011 0 1000000 101100 111 101010101 1010000 111111

Color Harmonies of #EC5483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5483

Black with #EC5483

Text Example


Text Example

White with #EC5483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5483; }

 p { color: rgb(236,84,131); }

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

background-color css

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

 a { background-color: rgb(236,84,131); }

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

border-color css

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

 span { border-color: rgb(236,84,131); }

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