Html Css Color HEX #EC5CAF Hot Pink

📋 copy color: '#EC5CAF'

red 236 ◦ green 92 ◦ blue 175

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

Shades of Hot Pink #EC5CAF

Tints of Hot Pink #EC5CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.29%

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

R = 46.92%
G = 18.29%
B = 34.79%

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

#EC5CAF (or 0xEC5CAF) is known color: Hot Pink. HEX triplet: EC, 5C and AF. RGB value is (236,92,175). Sum of RGB (Red+Green+Blue) = 236+92+175=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5CAF is #13A350. Grayscale: #909090. Windows color (decimal): -1286993 or 11492588. OLE color: 11492588.

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

Color convert

RGB 236 92 175 -
CMYK 0 0.61 0.26 0.07
HSL 325.42º 0.79% 0.64% -
HSV(B) 325.42º 0.61% 0.93% -
XYZ 46.16 28.58 43.64 -
YUV 144.52 145.21 193.25 -
System Red Green Blue C M Y K H S L
Decimal 236 92 175 0 0.61 0.26 0.07 325.42 0.79 0.64
Hex EC 5C AF 0 3D 1A 7 145 4F 40
Octal 354 134 257 0 75 32 7 505 117 100
Binary 11101100 1011100 10101111 0 111101 11010 111 101000101 1001111 1000000

Color Harmonies of #EC5CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5CAF

Black with #EC5CAF

Text Example


Text Example

White with #EC5CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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