Html Css Color HEX #EC5FAF Hot Pink

📋 copy color: '#EC5FAF'

red 236 ◦ green 95 ◦ blue 175

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

Shades of Hot Pink #EC5FAF

Tints of Hot Pink #EC5FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.58%

R = 46.64%
G = 18.77%
B = 34.58%

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

#EC5FAF (or 0xEC5FAF) is known color: Hot Pink. HEX triplet: EC, 5F and AF. RGB value is (236,95,175). Sum of RGB (Red+Green+Blue) = 236+95+175=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5FAF is #13A050. Grayscale: #929292. Windows color (decimal): -1286225 or 11493356. OLE color: 11493356.

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

Color convert

RGB 236 95 175 -
CMYK 0 0.60 0.26 0.07
HSL 325.96º 0.79% 0.65% -
HSV(B) 325.96º 0.6% 0.93% -
XYZ 46.42 29.11 43.73 -
YUV 146.28 144.21 192 -
System Red Green Blue C M Y K H S L
Decimal 236 95 175 0 0.60 0.26 0.07 325.96 0.79 0.65
Hex EC 5F AF 0 3C 1A 7 146 4F 41
Octal 354 137 257 0 74 32 7 506 117 101
Binary 11101100 1011111 10101111 0 111100 11010 111 101000110 1001111 1000001

Color Harmonies of #EC5FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5FAF

Black with #EC5FAF

Text Example


Text Example

White with #EC5FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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