Html Css Color HEX #E07DE6 Violet

📋 copy color: '#E07DE6'

red 224 ◦ green 125 ◦ blue 230

#E07DE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #E07DE6

Tints of Violet #E07DE6

RGB

 RED value IS 224 (87.89% from 255) = 38.69%

 GREEN value IS 125 (49.22% from 255) = 21.59%

 BLUE value IS 230 (90.23% from 255) = 39.72%

R = 38.69%
G = 21.59%
B = 39.72%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E07DE6 (or 0xE07DE6) is known color: Violet. HEX triplet: E0, 7D and E6. RGB value is (224,125,230). Sum of RGB (Red+Green+Blue) = 224+125+230=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 125 (49.22% from 255 or 21.59% from 579); Blue value is 230 (90.23% from 255 or 39.72% from 579); Max value from RGB is 230 - color contains mainly: blue. Hex color #E07DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07DE6 is #1F8219. Grayscale: #A6A6A6. Windows color (decimal): -2064922 or 15105504. OLE color: 15105504.

HSL color Cylindrical-coordinate representation of color #E07DE6: hue angle of 296.57º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07DE6 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 125 230 -
CMYK 0.03 0.46 0 0.10
HSL 296.57º 0.68% 0.7% -
HSV(B) 296.57º 0.46% 0.9% -
XYZ 52.36 36.23 79.1 -
YUV 166.57 163.8 168.96 -
System Red Green Blue C M Y K H S L
Decimal 224 125 230 0.03 0.46 0 0.10 296.57 0.68 0.7
Hex E0 7D E6 3 2E 0 A 129 44 46
Octal 340 175 346 3 56 0 12 451 104 106
Binary 11100000 1111101 11100110 11 101110 0 1010 100101001 1000100 1000110

Color Harmonies of #E07DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DE6

Black with #E07DE6

Text Example


Text Example

White with #E07DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DE6; }

 p { color: rgb(224,125,230); }

 H1.HeaderClassName
 {
   color: #E07DE6;
 }
 .AnyTagClassName
 {
   color: #E07DE6;
 }
</style>

background-color css

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

 a { background-color: rgb(224,125,230); }

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

border-color css

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

 span { border-color: rgb(224,125,230); }

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