Html Css Color HEX #EC6AAF Hot Pink

📋 copy color: '#EC6AAF'

red 236 ◦ green 106 ◦ blue 175

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

Shades of Hot Pink #EC6AAF

Tints of Hot Pink #EC6AAF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.5%

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

R = 45.65%
G = 20.5%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC6AAF (or 0xEC6AAF) is known color: Hot Pink. HEX triplet: EC, 6A and AF. RGB value is (236,106,175). Sum of RGB (Red+Green+Blue) = 236+106+175=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6AAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6AAF is #139550. Grayscale: #989898. Windows color (decimal): -1283409 or 11496172. OLE color: 11496172.

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

Color convert

RGB 236 106 175 -
CMYK 0 0.55 0.26 0.07
HSL 328.15º 0.77% 0.67% -
HSV(B) 328.15º 0.55% 0.93% -
XYZ 47.48 31.24 44.08 -
YUV 152.74 140.57 187.39 -
System Red Green Blue C M Y K H S L
Decimal 236 106 175 0 0.55 0.26 0.07 328.15 0.77 0.67
Hex EC 6A AF 0 37 1A 7 148 4D 43
Octal 354 152 257 0 67 32 7 510 115 103
Binary 11101100 1101010 10101111 0 110111 11010 111 101001000 1001101 1000011

Color Harmonies of #EC6AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6AAF

Black with #EC6AAF

Text Example


Text Example

White with #EC6AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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