#EE7FFD

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

Shades of Violet #EE7FFD

Tints of Violet #EE7FFD

Color information

#EE7FFD (or 0xEE7FFD) is unknown color: approx Violet. HEX triplet: EE, 7F and FD. RGB value is (238,127,253). Sum of RGB (Red+Green+Blue) = 238+127+253=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 127 (50% from 255 or 20.55% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE7FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7FFD is #118002. Grayscale: #AEAEAE. Windows color (decimal): -1146883 or 16613358. OLE color: 16613358.

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

Color convert

RGB238127253-
CMYK0.060.5000.01
HSL292.86º96.92%74.51%-
HSV(B)292.86º49.8%99.22%-
XYZ60.5840.4597.54-
YUV174.55172.27173.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 127 (50% from 255) = 20.55%
BLUE value IS 253 (99.22% from 255) = 40.94%
R=38.51%
G=20.55%
B=40.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381272530.060.5000.01292.8696.9274.51
HexEE7FFD63201125614b
Octal35617737566201445141113
Binary111011101111111111111011101100100110010010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7FFD; }

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

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

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

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

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

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

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

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