#E075A6

Color #E075A6 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E075A6

Tints of Pale Violet Red #E075A6

Color information

#E075A6 (or 0xE075A6) is unknown color: approx Pale Violet Red. HEX triplet: E0, 75 and A6. RGB value is (224,117,166). Sum of RGB (Red+Green+Blue) = 224+117+166=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E075A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E075A6 is #1F8A59. Grayscale: #9A9A9A. Windows color (decimal): -2067034 or 10909152. OLE color: 10909152.

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

Color convert

RGB224117166-
CMYK00.480.260.12
HSL332.52º63.31%66.86%-
HSV(B)332.52º47.77%87.84%-
XYZ43.9831.3239.8-
YUV154.58134.45177.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.18%
GREEN value IS 117 (46.09% from 255) = 23.08%
BLUE value IS 166 (65.23% from 255) = 32.74%
R=44.18%
G=23.08%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411716600.480.260.12332.5263.3166.86
HexE075A60301AC14d3f43
Octal340165246060321451577103
Binary1110000011101011010011001100001101011001010011011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E075A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E075A6; }

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

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

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

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

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

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

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

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