#E675A1

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

Shades of Pale Violet Red #E675A1

Tints of Pale Violet Red #E675A1

Color information

#E675A1 (or 0xE675A1) is unknown color: approx Pale Violet Red. HEX triplet: E6, 75 and A1. RGB value is (230,117,161). Sum of RGB (Red+Green+Blue) = 230+117+161=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E675A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E675A1 is #198A5E. Grayscale: #9B9B9B. Windows color (decimal): -1673823 or 10581478. OLE color: 10581478.

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

Color convert

RGB230117161-
CMYK00.490.30.10
HSL336.64º69.33%68.04%-
HSV(B)336.64º49.13%90.2%-
XYZ45.4332.1237.52-
YUV155.8130.94180.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.28%
GREEN value IS 117 (46.09% from 255) = 23.03%
BLUE value IS 161 (63.28% from 255) = 31.69%
R=45.28%
G=23.03%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.3
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011716100.490.30.10336.6469.3368.04
HexE675A10311EA1514544
Octal3461652410613612521105104
Binary11100110111010110100001011000111110101010101000110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E675A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E675A1; }

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

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

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

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

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

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

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

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