#E07FEE

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

Shades of Violet #E07FEE

Tints of Violet #E07FEE

Color information

#E07FEE (or 0xE07FEE) is unknown color: approx Violet. HEX triplet: E0, 7F and EE. RGB value is (224,127,238). Sum of RGB (Red+Green+Blue) = 224+127+238=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 127 (50% from 255 or 21.56% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #E07FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07FEE is #1F8011. Grayscale: #A8A8A8. Windows color (decimal): -2064402 or 15630304. OLE color: 15630304.

HSL color Cylindrical-coordinate representation of color #E07FEE: hue angle of 292.43º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07FEE is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224127238-
CMYK0.060.4700.07
HSL292.43º76.55%71.57%-
HSV(B)292.43º46.64%93.33%-
XYZ53.7637.285.24-
YUV168.66167.14167.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.03%
GREEN value IS 127 (50% from 255) = 21.56%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=38.03%
G=21.56%
B=40.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241272380.060.4700.07292.4376.5571.57
HexE07FEE62F071244d48
Octal34017735665707444115110
Binary11100000111111111101110110101111011110010010010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07FEE; }

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

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

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

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

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

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

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

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