#E075AE

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

Shades of Persian Pink #E075AE

Tints of Persian Pink #E075AE

Color information

#E075AE (or 0xE075AE) is unknown color: approx Persian Pink. HEX triplet: E0, 75 and AE. RGB value is (224,117,174). Sum of RGB (Red+Green+Blue) = 224+117+174=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E075AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E075AE is #1F8A51. Grayscale: #9B9B9B. Windows color (decimal): -2067026 or 11433440. OLE color: 11433440.

HSL color Cylindrical-coordinate representation of color #E075AE: hue angle of 328.04º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E075AE is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB224117174-
CMYK00.480.220.12
HSL328.04º63.31%66.86%-
HSV(B)328.04º47.77%87.84%-
XYZ44.7431.6343.79-
YUV155.49138.45176.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.50%
GREEN value IS 117 (46.09% from 255) = 22.72%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=43.50%
G=22.72%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411717400.480.220.12328.0463.3166.86
HexE075AE03016C1483f43
Octal340165256060261451077103
Binary1110000011101011010111001100001011011001010010001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E075AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E075AE; }

 p { color: rgb(224,117,174); }

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

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

 a { background-color: rgb(224,117,174); }

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

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

 span { border-color: rgb(224,117,174); }

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