#ec6aa8

Color #EC6AA8 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #EC6AA8

Tints of Hot Pink #EC6AA8

Color information

#EC6AA8 (or 0xEC6AA8) is unknown color: approx Hot Pink. HEX triplet: EC, 6A and A8. RGB value is (236,106,168). Sum of RGB (Red+Green+Blue) = 236+106+168=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6AA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6AA8 is #139557. Grayscale: #979797. Windows color (decimal): -1283416 or 11037420. OLE color: 11037420.

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

Color convert

RGB236106168-
CMYK00.550.290.07
HSL331.38º77.38%67.06%-
HSV(B)331.38º55.08%92.55%-
XYZ46.8130.9740.56-
YUV151.94137.07187.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.27%
GREEN value IS 106 (41.80% from 255) = 20.78%
BLUE value IS 168 (66.02% from 255) = 32.94%
R=46.27%
G=20.78%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610616800.550.290.07331.3877.3867.06
HexEC6AA80371D714b4d43
Octal354152250067357513115103
Binary1110110011010101010100001101111110111110100101110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec6aa8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec6aa8; }

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

 H1.HeaderClassName
 {
   color: #ec6aa8;
 }
 .AnyTagClassName
 {
   color: #ec6aa8;
 }
</style>
background-color css

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

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

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

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

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

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