Html Css Color HEX #EC5083 Dark Pink

📋 copy color: '#EC5083'

red 236 ◦ green 80 ◦ blue 131

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

Shades of Dark Pink #EC5083

Tints of Dark Pink #EC5083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.9%

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

R = 52.8%
G = 17.9%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC5083 (or 0xEC5083) is known color: Dark Pink. HEX triplet: EC, 50 and 83. RGB value is (236,80,131). Sum of RGB (Red+Green+Blue) = 236+80+131=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5083 is #13AF7C. Grayscale: #848484. Windows color (decimal): -1290109 or 8605932. OLE color: 8605932.

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

Color convert

RGB 236 80 131 -
CMYK 0 0.66 0.44 0.07
HSL 340.38º 0.8% 0.62% -
HSV(B) 340.38º 0.66% 0.93% -
XYZ 41.56 25.21 24.15 -
YUV 132.46 127.18 201.85 -
System Red Green Blue C M Y K H S L
Decimal 236 80 131 0 0.66 0.44 0.07 340.38 0.8 0.62
Hex EC 50 83 0 42 2C 7 154 50 3E
Octal 354 120 203 0 102 54 7 524 120 76
Binary 11101100 1010000 10000011 0 1000010 101100 111 101010100 1010000 111110

Color Harmonies of #EC5083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5083

Black with #EC5083

Text Example


Text Example

White with #EC5083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5083; }

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

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

background-color css

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

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

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

border-color css

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

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

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