#EB67A9

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

Shades of Hot Pink #EB67A9

Tints of Hot Pink #EB67A9

Color information

#EB67A9 (or 0xEB67A9) is unknown color: approx Hot Pink. HEX triplet: EB, 67 and A9. RGB value is (235,103,169). Sum of RGB (Red+Green+Blue) = 235+103+169=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EB67A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB67A9 is #149856. Grayscale: #959595. Windows color (decimal): -1349719 or 11102187. OLE color: 11102187.

HSL color Cylindrical-coordinate representation of color #EB67A9: hue angle of 330º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB67A9 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB235103169-
CMYK00.560.280.08
HSL330º76.74%66.27%-
HSV(B)330º56.17%92.16%-
XYZ46.2730.2340.93-
YUV149.99138.73188.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.35%
GREEN value IS 103 (40.62% from 255) = 20.32%
BLUE value IS 169 (66.41% from 255) = 33.33%
R=46.35%
G=20.32%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510316900.560.280.0833076.7466.27
HexEB67A90381C814a4d42
Octal3531472510703410512115102
Binary11101011110011110101001011100011100100010100101010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB67A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB67A9; }

 p { color: rgb(235,103,169); }

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

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

 a { background-color: rgb(235,103,169); }

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

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

 span { border-color: rgb(235,103,169); }

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