#E594FD

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

Shades of Violet #E594FD

Tints of Violet #E594FD

Color information

#E594FD (or 0xE594FD) is unknown color: approx Violet. HEX triplet: E5, 94 and FD. RGB value is (229,148,253). Sum of RGB (Red+Green+Blue) = 229+148+253=630 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.35% from 630); Green value is 148 (58.20% from 255 or 23.49% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #E594FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E594FD is #1A6B02. Grayscale: #B7B7B7. Windows color (decimal): -1731331 or 16618725. OLE color: 16618725.

HSL color Cylindrical-coordinate representation of color #E594FD: hue angle of 286.29º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E594FD is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB229148253-
CMYK0.090.4200.01
HSL286.29º96.33%78.63%-
HSV(B)286.29º41.5%99.22%-
XYZ60.6344.9398.41-
YUV184.19166.84159.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.35%
GREEN value IS 148 (58.20% from 255) = 23.49%
BLUE value IS 253 (99.22% from 255) = 40.16%
R=36.35%
G=23.49%
B=40.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2291482530.090.4200.01286.2996.3378.63
HexE594FD92A0111e604f
Octal345224375115201436140117
Binary11100101100101001111110110011010100110001111011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E594FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E594FD; }

 p { color: rgb(229,148,253); }

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

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

 a { background-color: rgb(229,148,253); }

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

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

 span { border-color: rgb(229,148,253); }

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