Html Css Color HEX #E07DEC Violet

📋 copy color: '#E07DEC'

red 224 ◦ green 125 ◦ blue 236

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

Shades of Violet #E07DEC

Tints of Violet #E07DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.34%

R = 38.29%
G = 21.37%
B = 40.34%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E07DEC (or 0xE07DEC) is known color: Violet. HEX triplet: E0, 7D and EC. RGB value is (224,125,236). Sum of RGB (Red+Green+Blue) = 224+125+236=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 125 (49.22% from 255 or 21.37% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #E07DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07DEC is #1F8213. Grayscale: #A6A6A6. Windows color (decimal): -2064916 or 15498720. OLE color: 15498720.

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

Color convert

RGB 224 125 236 -
CMYK 0.05 0.47 0 0.07
HSL 293.51º 0.74% 0.71% -
HSV(B) 293.51º 0.47% 0.93% -
XYZ 53.21 36.57 83.61 -
YUV 167.26 166.8 168.47 -
System Red Green Blue C M Y K H S L
Decimal 224 125 236 0.05 0.47 0 0.07 293.51 0.74 0.71
Hex E0 7D EC 5 2F 0 7 126 4A 47
Octal 340 175 354 5 57 0 7 446 112 107
Binary 11100000 1111101 11101100 101 101111 0 111 100100110 1001010 1000111

Color Harmonies of #E07DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DEC

Black with #E07DEC

Text Example


Text Example

White with #E07DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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