#ee70ee

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

Shades of Violet #EE70EE

Tints of Violet #EE70EE

Color information

#EE70EE (or 0xEE70EE) is unknown color: approx Violet. HEX triplet: EE, 70 and EE. RGB value is (238,112,238). Sum of RGB (Red+Green+Blue) = 238+112+238=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 112 (44.14% from 255 or 19.05% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE70EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE70EE is #118F11. Grayscale: #A3A3A3. Windows color (decimal): -1150738 or 15626478. OLE color: 15626478.

HSL color Cylindrical-coordinate representation of color #EE70EE: hue angle of 300º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE70EE is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB238112238-
CMYK00.5300.07
HSL300º78.75%68.63%-
HSV(B)300º52.94%93.33%-
XYZ56.4935.9484.85-
YUV164.04169.74180.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.48%
GREEN value IS 112 (44.14% from 255) = 19.05%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=40.48%
G=19.05%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811223800.5300.0730078.7568.63
HexEE70EE0350712c4f45
Octal35616035606507454117105
Binary111011101110000111011100110101011110010110010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee70ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee70ee; }

 p { color: rgb(238,112,238); }

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

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

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

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

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

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

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