#EC68A7

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

Shades of Hot Pink #EC68A7

Tints of Hot Pink #EC68A7

Color information

#EC68A7 (or 0xEC68A7) is unknown color: approx Hot Pink. HEX triplet: EC, 68 and A7. RGB value is (236,104,167). Sum of RGB (Red+Green+Blue) = 236+104+167=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC68A7 is #139758. Grayscale: #969696. Windows color (decimal): -1283929 or 10971372. OLE color: 10971372.

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

Color convert

RGB236104167-
CMYK00.560.290.07
HSL331.36º77.65%66.67%-
HSV(B)331.36º55.93%92.55%-
XYZ46.5230.5240-
YUV150.65137.23188.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.55%
GREEN value IS 104 (41.02% from 255) = 20.51%
BLUE value IS 167 (65.62% from 255) = 32.94%
R=46.55%
G=20.51%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610416700.560.290.07331.3677.6566.67
HexEC68A70381D714b4e43
Octal354150247070357513116103
Binary1110110011010001010011101110001110111110100101110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC68A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC68A7; }

 p { color: rgb(236,104,167); }

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

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

 a { background-color: rgb(236,104,167); }

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

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

 span { border-color: rgb(236,104,167); }

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