Html Css Color HEX #EC64AA Hot Pink

📋 copy color: '#EC64AA'

red 236 ◦ green 100 ◦ blue 170

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

Shades of Hot Pink #EC64AA

Tints of Hot Pink #EC64AA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.76%

 BLUE value IS 170 (66.8% from 255) = 33.6%

R = 46.64%
G = 19.76%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC64AA (or 0xEC64AA) is known color: Hot Pink. HEX triplet: EC, 64 and AA. RGB value is (236,100,170). Sum of RGB (Red+Green+Blue) = 236+100+170=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 100 (39.45% from 255 or 19.76% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC64AA is #139B55. Grayscale: #949494. Windows color (decimal): -1284950 or 11166956. OLE color: 11166956.

HSL color Cylindrical-coordinate representation of color #EC64AA: hue angle of 329.12º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC64AA is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 100 170 -
CMYK 0 0.58 0.28 0.07
HSL 329.12º 0.78% 0.66% -
HSV(B) 329.12º 0.58% 0.93% -
XYZ 46.4 29.85 41.35 -
YUV 148.64 140.06 190.31 -
System Red Green Blue C M Y K H S L
Decimal 236 100 170 0 0.58 0.28 0.07 329.12 0.78 0.66
Hex EC 64 AA 0 3A 1C 7 149 4E 42
Octal 354 144 252 0 72 34 7 511 116 102
Binary 11101100 1100100 10101010 0 111010 11100 111 101001001 1001110 1000010

Color Harmonies of #EC64AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC64AA

Black with #EC64AA

Text Example


Text Example

White with #EC64AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC64AA; }

 p { color: rgb(236,100,170); }

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

background-color css

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

 a { background-color: rgb(236,100,170); }

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

border-color css

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

 span { border-color: rgb(236,100,170); }

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