#E676AF

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

Shades of Persian Pink #E676AF

Tints of Persian Pink #E676AF

Color information

#E676AF (or 0xE676AF) is unknown color: approx Persian Pink. HEX triplet: E6, 76 and AF. RGB value is (230,118,175). Sum of RGB (Red+Green+Blue) = 230+118+175=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E676AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E676AF is #198950. Grayscale: #9D9D9D. Windows color (decimal): -1673553 or 11499238. OLE color: 11499238.

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

Color convert

RGB230118175-
CMYK00.490.240.10
HSL329.46º69.14%68.24%-
HSV(B)329.46º48.7%90.2%-
XYZ46.8532.8844.43-
YUV157.99137.61179.37-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.98%
GREEN value IS 118 (46.48% from 255) = 22.56%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=43.98%
G=22.56%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011817500.490.240.10329.4669.1468.24
HexE676AF03118A1494544
Octal3461662570613012511105104
Binary11100110111011010101111011000111000101010100100110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E676AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E676AF; }

 p { color: rgb(230,118,175); }

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

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

 a { background-color: rgb(230,118,175); }

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

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

 span { border-color: rgb(230,118,175); }

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