#EE7CFD

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

Shades of Violet #EE7CFD

Tints of Violet #EE7CFD

Color information

#EE7CFD (or 0xEE7CFD) is unknown color: approx Violet. HEX triplet: EE, 7C and FD. RGB value is (238,124,253). Sum of RGB (Red+Green+Blue) = 238+124+253=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 124 (48.83% from 255 or 20.16% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE7CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7CFD is #118302. Grayscale: #ACACAC. Windows color (decimal): -1147651 or 16612590. OLE color: 16612590.

HSL color Cylindrical-coordinate representation of color #EE7CFD: hue angle of 293.02º 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 #EE7CFD is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238124253-
CMYK0.060.5100.01
HSL293.02º96.99%73.92%-
HSV(B)293.02º50.99%99.22%-
XYZ60.239.6897.42-
YUV172.79173.27174.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.70%
GREEN value IS 124 (48.83% from 255) = 20.16%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=38.70%
G=20.16%
B=41.14%

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
Decimal2381242530.060.5100.01293.0296.9973.92
HexEE7CFD63301125614a
Octal35617437566301445141112
Binary111011101111100111111011101100110110010010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7CFD; }

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

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

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

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

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

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

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

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