#E075AF

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

Shades of Persian Pink #E075AF

Tints of Persian Pink #E075AF

Color information

#E075AF (or 0xE075AF) is unknown color: approx Persian Pink. HEX triplet: E0, 75 and AF. RGB value is (224,117,175). Sum of RGB (Red+Green+Blue) = 224+117+175=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E075AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E075AF is #1F8A50. Grayscale: #9B9B9B. Windows color (decimal): -2067025 or 11498976. OLE color: 11498976.

HSL color Cylindrical-coordinate representation of color #E075AF: hue angle of 327.48º 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 #E075AF is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB224117175-
CMYK00.480.220.12
HSL327.48º63.31%66.86%-
HSV(B)327.48º47.77%87.84%-
XYZ44.8431.6744.31-
YUV155.6138.95176.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.41%
GREEN value IS 117 (46.09% from 255) = 22.67%
BLUE value IS 175 (68.75% from 255) = 33.91%
R=43.41%
G=22.67%
B=33.91%

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
Decimal22411717500.480.220.12327.4863.3166.86
HexE075AF03016C1473f43
Octal340165257060261450777103
Binary1110000011101011010111101100001011011001010001111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E075AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E075AF; }

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

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

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

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

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

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

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

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