#EC6BAF

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

Shades of Hot Pink #EC6BAF

Tints of Hot Pink #EC6BAF

Color information

#EC6BAF (or 0xEC6BAF) is unknown color: approx Hot Pink. HEX triplet: EC, 6B and AF. RGB value is (236,107,175). Sum of RGB (Red+Green+Blue) = 236+107+175=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6BAF is #139450. Grayscale: #999999. Windows color (decimal): -1283153 or 11496428. OLE color: 11496428.

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

Color convert

RGB236107175-
CMYK00.550.260.07
HSL328.37º77.25%67.25%-
HSV(B)328.37º54.66%92.55%-
XYZ47.5931.4444.12-
YUV153.32140.24186.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.56%
GREEN value IS 107 (42.19% from 255) = 20.66%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=45.56%
G=20.66%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610717500.550.260.07328.3777.2567.25
HexEC6BAF0371A71484d43
Octal354153257067327510115103
Binary1110110011010111010111101101111101011110100100010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6BAF; }

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

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

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

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

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

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

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

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