Html Css Color HEX #EC5FAE Hot Pink

📋 copy color: '#EC5FAE'

red 236 ◦ green 95 ◦ blue 174

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

Shades of Hot Pink #EC5FAE

Tints of Hot Pink #EC5FAE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.81%

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

R = 46.73%
G = 18.81%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC5FAE (or 0xEC5FAE) is known color: Hot Pink. HEX triplet: EC, 5F and AE. RGB value is (236,95,174). Sum of RGB (Red+Green+Blue) = 236+95+174=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5FAE is #13A051. Grayscale: #919191. Windows color (decimal): -1286226 or 11427820. OLE color: 11427820.

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

Color convert

RGB 236 95 174 -
CMYK 0 0.60 0.26 0.07
HSL 326.38º 0.79% 0.65% -
HSV(B) 326.38º 0.6% 0.93% -
XYZ 46.32 29.07 43.21 -
YUV 146.17 143.71 192.08 -
System Red Green Blue C M Y K H S L
Decimal 236 95 174 0 0.60 0.26 0.07 326.38 0.79 0.65
Hex EC 5F AE 0 3C 1A 7 146 4F 41
Octal 354 137 256 0 74 32 7 506 117 101
Binary 11101100 1011111 10101110 0 111100 11010 111 101000110 1001111 1000001

Color Harmonies of #EC5FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5FAE

Black with #EC5FAE

Text Example


Text Example

White with #EC5FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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