#EE7EFB

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

Shades of Violet #EE7EFB

Tints of Violet #EE7EFB

Color information

#EE7EFB (or 0xEE7EFB) is unknown color: approx Violet. HEX triplet: EE, 7E and FB. RGB value is (238,126,251). Sum of RGB (Red+Green+Blue) = 238+126+251=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 126 (49.61% from 255 or 20.49% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE7EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7EFB is #118104. Grayscale: #ADADAD. Windows color (decimal): -1147141 or 16482030. OLE color: 16482030.

HSL color Cylindrical-coordinate representation of color #EE7EFB: hue angle of 293.76º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE7EFB is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238126251-
CMYK0.050.5000.02
HSL293.76º93.98%73.92%-
HSV(B)293.76º49.8%98.43%-
XYZ60.1340.0695.83-
YUV173.74171.61173.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.70%
GREEN value IS 126 (49.61% from 255) = 20.49%
BLUE value IS 251 (98.44% from 255) = 40.81%
R=38.70%
G=20.49%
B=40.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381262510.050.5000.02293.7693.9873.92
HexEE7EFB532021265e4a
Octal35617637356202446136112
Binary1110111011111101111101110111001001010010011010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7EFB; }

 p { color: rgb(238,126,251); }

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

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

 a { background-color: rgb(238,126,251); }

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

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

 span { border-color: rgb(238,126,251); }

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