Html Css Color HEX #EC5DAE Hot Pink

📋 copy color: '#EC5DAE'

red 236 ◦ green 93 ◦ blue 174

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

Shades of Hot Pink #EC5DAE

Tints of Hot Pink #EC5DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.49%

 BLUE value IS 174 (68.36% from 255) = 34.59%

R = 46.92%
G = 18.49%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC5DAE (or 0xEC5DAE) is known color: Hot Pink. HEX triplet: EC, 5D and AE. RGB value is (236,93,174). Sum of RGB (Red+Green+Blue) = 236+93+174=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5DAE is #13A251. Grayscale: #909090. Windows color (decimal): -1286738 or 11427308. OLE color: 11427308.

HSL color Cylindrical-coordinate representation of color #EC5DAE: hue angle of 326.01º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5DAE is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 93 174 -
CMYK 0 0.61 0.26 0.07
HSL 326.01º 0.79% 0.65% -
HSV(B) 326.01º 0.61% 0.93% -
XYZ 46.15 28.72 43.16 -
YUV 144.99 144.38 192.91 -
System Red Green Blue C M Y K H S L
Decimal 236 93 174 0 0.61 0.26 0.07 326.01 0.79 0.65
Hex EC 5D AE 0 3D 1A 7 146 4F 41
Octal 354 135 256 0 75 32 7 506 117 101
Binary 11101100 1011101 10101110 0 111101 11010 111 101000110 1001111 1000001

Color Harmonies of #EC5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5DAE

Black with #EC5DAE

Text Example


Text Example

White with #EC5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5DAE; }

 p { color: rgb(236,93,174); }

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

background-color css

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

 a { background-color: rgb(236,93,174); }

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

border-color css

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

 span { border-color: rgb(236,93,174); }

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