#EC65BA

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

Shades of Hot Pink #EC65BA

Tints of Hot Pink #EC65BA

Color information

#EC65BA (or 0xEC65BA) is unknown color: approx Hot Pink. HEX triplet: EC, 65 and BA. RGB value is (236,101,186). Sum of RGB (Red+Green+Blue) = 236+101+186=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC65BA is #139A45. Grayscale: #969696. Windows color (decimal): -1284678 or 12215788. OLE color: 12215788.

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

Color convert

RGB236101186-
CMYK00.570.210.07
HSL322.22º78.03%66.08%-
HSV(B)322.22º57.2%92.55%-
XYZ48.1130.6949.84-
YUV151.06147.73188.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.12%
GREEN value IS 101 (39.84% from 255) = 19.31%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=45.12%
G=19.31%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610118600.570.210.07322.2278.0366.08
HexEC65BA0391571424e42
Octal354145272071257502116102
Binary1110110011001011011101001110011010111110100001010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC65BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC65BA; }

 p { color: rgb(236,101,186); }

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

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

 a { background-color: rgb(236,101,186); }

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

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

 span { border-color: rgb(236,101,186); }

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