#E675AA

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

Shades of Persian Pink #E675AA

Tints of Persian Pink #E675AA

Color information

#E675AA (or 0xE675AA) is unknown color: approx Persian Pink. HEX triplet: E6, 75 and AA. RGB value is (230,117,170). Sum of RGB (Red+Green+Blue) = 230+117+170=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E675AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E675AA is #198A55. Grayscale: #9C9C9C. Windows color (decimal): -1673814 or 11171302. OLE color: 11171302.

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

Color convert

RGB230117170-
CMYK00.490.260.10
HSL331.86º69.33%68.04%-
HSV(B)331.86º49.13%90.2%-
XYZ46.2532.4541.86-
YUV156.83135.44180.19-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.49%
GREEN value IS 117 (46.09% from 255) = 22.63%
BLUE value IS 170 (66.80% from 255) = 32.88%
R=44.49%
G=22.63%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011717000.490.260.10331.8669.3368.04
HexE675AA0311AA14c4544
Octal3461652520613212514105104
Binary11100110111010110101010011000111010101010100110010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E675AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E675AA; }

 p { color: rgb(230,117,170); }

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

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

 a { background-color: rgb(230,117,170); }

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

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

 span { border-color: rgb(230,117,170); }

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