#EC6BA5

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

Shades of Hot Pink #EC6BA5

Tints of Hot Pink #EC6BA5

Color information

#EC6BA5 (or 0xEC6BA5) is unknown color: approx Hot Pink. HEX triplet: EC, 6B and A5. RGB value is (236,107,165). Sum of RGB (Red+Green+Blue) = 236+107+165=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6BA5 is #13945A. Grayscale: #989898. Windows color (decimal): -1283163 or 10841068. OLE color: 10841068.

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

Color convert

RGB236107165-
CMYK00.550.300.07
HSL333.02º77.25%67.25%-
HSV(B)333.02º54.66%92.55%-
XYZ46.6431.0639.14-
YUV152.18135.24187.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.46%
GREEN value IS 107 (42.19% from 255) = 21.06%
BLUE value IS 165 (64.84% from 255) = 32.48%
R=46.46%
G=21.06%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610716500.550.300.07333.0277.2567.25
HexEC6BA50371E714d4d43
Octal354153245067367515115103
Binary1110110011010111010010101101111111011110100110110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6BA5; }

 p { color: rgb(236,107,165); }

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

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

 a { background-color: rgb(236,107,165); }

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

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

 span { border-color: rgb(236,107,165); }

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