#E678AD

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

Shades of Persian Pink #E678AD

Tints of Persian Pink #E678AD

Color information

#E678AD (or 0xE678AD) is unknown color: approx Persian Pink. HEX triplet: E6, 78 and AD. RGB value is (230,120,173). Sum of RGB (Red+Green+Blue) = 230+120+173=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E678AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E678AD is #198752. Grayscale: #9E9E9E. Windows color (decimal): -1673043 or 11368678. OLE color: 11368678.

HSL color Cylindrical-coordinate representation of color #E678AD: hue angle of 331.09º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E678AD is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB230120173-
CMYK00.480.250.10
HSL331.09º68.75%68.63%-
HSV(B)331.09º47.83%90.2%-
XYZ46.8933.2743.49-
YUV158.93135.94178.69-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.98%
GREEN value IS 120 (47.27% from 255) = 22.94%
BLUE value IS 173 (67.97% from 255) = 33.08%
R=43.98%
G=22.94%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012017300.480.250.10331.0968.7568.63
HexE678AD03019A14b4545
Octal3461702550603112513105105
Binary11100110111100010101101011000011001101010100101110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E678AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E678AD; }

 p { color: rgb(230,120,173); }

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

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

 a { background-color: rgb(230,120,173); }

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

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

 span { border-color: rgb(230,120,173); }

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