#EC67A4

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

Shades of Hot Pink #EC67A4

Tints of Hot Pink #EC67A4

Color information

#EC67A4 (or 0xEC67A4) is unknown color: approx Hot Pink. HEX triplet: EC, 67 and A4. RGB value is (236,103,164). Sum of RGB (Red+Green+Blue) = 236+103+164=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC67A4 is #13985B. Grayscale: #959595. Windows color (decimal): -1284188 or 10774508. OLE color: 10774508.

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

Color convert

RGB236103164-
CMYK00.560.310.07
HSL332.48º77.78%66.47%-
HSV(B)332.48º56.36%92.55%-
XYZ46.1430.2138.52-
YUV149.72136.06189.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.92%
GREEN value IS 103 (40.62% from 255) = 20.48%
BLUE value IS 164 (64.45% from 255) = 32.60%
R=46.92%
G=20.48%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610316400.560.310.07332.4877.7866.47
HexEC67A40381F714c4e42
Octal354147244070377514116102
Binary1110110011001111010010001110001111111110100110010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC67A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC67A4; }

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

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

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

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

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

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

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

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