#EB67AF

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

Shades of Hot Pink #EB67AF

Tints of Hot Pink #EB67AF

Color information

#EB67AF (or 0xEB67AF) is unknown color: approx Hot Pink. HEX triplet: EB, 67 and AF. RGB value is (235,103,175). Sum of RGB (Red+Green+Blue) = 235+103+175=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EB67AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB67AF is #149850. Grayscale: #969696. Windows color (decimal): -1349713 or 11495403. OLE color: 11495403.

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

Color convert

RGB235103175-
CMYK00.560.260.08
HSL327.27º76.74%66.27%-
HSV(B)327.27º56.17%92.16%-
XYZ46.8530.4643.97-
YUV150.68141.73188.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.81%
GREEN value IS 103 (40.62% from 255) = 20.08%
BLUE value IS 175 (68.75% from 255) = 34.11%
R=45.81%
G=20.08%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510317500.560.260.08327.2776.7466.27
HexEB67AF0381A81474d42
Octal3531472570703210507115102
Binary11101011110011110101111011100011010100010100011110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB67AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB67AF; }

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

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

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

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

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

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

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

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