#EE7DFD

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

Shades of Violet #EE7DFD

Tints of Violet #EE7DFD

Color information

#EE7DFD (or 0xEE7DFD) is unknown color: approx Violet. HEX triplet: EE, 7D and FD. RGB value is (238,125,253). Sum of RGB (Red+Green+Blue) = 238+125+253=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 125 (49.22% from 255 or 20.29% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE7DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7DFD is #118202. Grayscale: #ACACAC. Windows color (decimal): -1147395 or 16612846. OLE color: 16612846.

HSL color Cylindrical-coordinate representation of color #EE7DFD: hue angle of 292.97º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE7DFD is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238125253-
CMYK0.060.5100.01
HSL292.97º96.97%74.12%-
HSV(B)292.97º50.59%99.22%-
XYZ60.3239.9497.46-
YUV173.38172.94174.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.64%
GREEN value IS 125 (49.22% from 255) = 20.29%
BLUE value IS 253 (99.22% from 255) = 41.07%
R=38.64%
G=20.29%
B=41.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381252530.060.5100.01292.9796.9774.12
HexEE7DFD63301125614a
Octal35617537566301445141112
Binary111011101111101111111011101100110110010010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7DFD; }

 p { color: rgb(238,125,253); }

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

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

 a { background-color: rgb(238,125,253); }

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

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

 span { border-color: rgb(238,125,253); }

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