#EC67BA

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

Shades of Hot Pink #EC67BA

Tints of Hot Pink #EC67BA

Color information

#EC67BA (or 0xEC67BA) is unknown color: approx Hot Pink. HEX triplet: EC, 67 and BA. RGB value is (236,103,186). Sum of RGB (Red+Green+Blue) = 236+103+186=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC67BA is #139845. Grayscale: #989898. Windows color (decimal): -1284166 or 12216300. OLE color: 12216300.

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

Color convert

RGB236103186-
CMYK00.560.210.07
HSL322.56º77.78%66.47%-
HSV(B)322.56º56.36%92.55%-
XYZ48.3131.0849.91-
YUV152.23147.06187.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.95%
GREEN value IS 103 (40.62% from 255) = 19.62%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=44.95%
G=19.62%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610318600.560.210.07322.5677.7866.47
HexEC67BA0381571434e42
Octal354147272070257503116102
Binary1110110011001111011101001110001010111110100001110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC67BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC67BA; }

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

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

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

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

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

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

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

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