Html Css Color HEX #EC5474 Dark Pink

📋 copy color: '#EC5474'

red 236 ◦ green 84 ◦ blue 116

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

Shades of Dark Pink #EC5474

Tints of Dark Pink #EC5474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.61%

R = 54.13%
G = 19.27%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC5474 (or 0xEC5474) is known color: Dark Pink. HEX triplet: EC, 54 and 74. RGB value is (236,84,116). Sum of RGB (Red+Green+Blue) = 236+84+116=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5474 is #13AB8B. Grayscale: #858585. Windows color (decimal): -1289100 or 7623916. OLE color: 7623916.

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

Color convert

RGB 236 84 116 -
CMYK 0 0.64 0.51 0.07
HSL 347.37º 0.8% 0.63% -
HSV(B) 347.37º 0.64% 0.93% -
XYZ 40.91 25.43 19.28 -
YUV 133.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 236 84 116 0 0.64 0.51 0.07 347.37 0.8 0.63
Hex EC 54 74 0 40 33 7 15B 50 3F
Octal 354 124 164 0 100 63 7 533 120 77
Binary 11101100 1010100 1110100 0 1000000 110011 111 101011011 1010000 111111

Color Harmonies of #EC5474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5474

Black with #EC5474

Text Example


Text Example

White with #EC5474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5474; }

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

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

background-color css

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

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

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

border-color css

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

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

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