Html Css Color HEX #EC6AAD Hot Pink

📋 copy color: '#EC6AAD'

red 236 ◦ green 106 ◦ blue 173

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

Shades of Hot Pink #EC6AAD

Tints of Hot Pink #EC6AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.59%

R = 45.83%
G = 20.58%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC6AAD (or 0xEC6AAD) is known color: Hot Pink. HEX triplet: EC, 6A and AD. RGB value is (236,106,173). Sum of RGB (Red+Green+Blue) = 236+106+173=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6AAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6AAD is #139552. Grayscale: #989898. Windows color (decimal): -1283411 or 11365100. OLE color: 11365100.

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

Color convert

RGB 236 106 173 -
CMYK 0 0.55 0.27 0.07
HSL 329.08º 0.77% 0.67% -
HSV(B) 329.08º 0.55% 0.93% -
XYZ 47.29 31.16 43.06 -
YUV 152.51 139.57 187.55 -
System Red Green Blue C M Y K H S L
Decimal 236 106 173 0 0.55 0.27 0.07 329.08 0.77 0.67
Hex EC 6A AD 0 37 1B 7 149 4D 43
Octal 354 152 255 0 67 33 7 511 115 103
Binary 11101100 1101010 10101101 0 110111 11011 111 101001001 1001101 1000011

Color Harmonies of #EC6AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6AAD

Black with #EC6AAD

Text Example


Text Example

White with #EC6AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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