#EE8CF0

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

Shades of Violet #EE8CF0

Tints of Violet #EE8CF0

Color information

#EE8CF0 (or 0xEE8CF0) is unknown color: approx Violet. HEX triplet: EE, 8C and F0. RGB value is (238,140,240). Sum of RGB (Red+Green+Blue) = 238+140+240=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 140 (55.08% from 255 or 22.65% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE8CF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8CF0 is #11730F. Grayscale: #B4B4B4. Windows color (decimal): -1143568 or 15764718. OLE color: 15764718.

HSL color Cylindrical-coordinate representation of color #EE8CF0: hue angle of 298.8º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8CF0 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238140240-
CMYK0.010.4200.06
HSL298.8º76.92%74.51%-
HSV(B)298.8º41.67%94.12%-
XYZ60.3743.2287.6-
YUV180.7161.47168.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 140 (55.08% from 255) = 22.65%
BLUE value IS 240 (94.14% from 255) = 38.83%
R=38.51%
G=22.65%
B=38.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381402400.010.4200.06298.876.9274.51
HexEE8CF012A0612b4d4b
Octal35621436015206453115113
Binary1110111010001100111100001101010011010010101110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8CF0; }

 p { color: rgb(238,140,240); }

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

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

 a { background-color: rgb(238,140,240); }

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

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

 span { border-color: rgb(238,140,240); }

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