Html Css Color HEX #E094F4 Violet

📋 copy color: '#E094F4'

red 224 ◦ green 148 ◦ blue 244

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

Shades of Violet #E094F4

Tints of Violet #E094F4

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.03%

 BLUE value IS 244 (95.7% from 255) = 39.61%

R = 36.36%
G = 24.03%
B = 39.61%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E094F4 (or 0xE094F4) is known color: Violet. HEX triplet: E0, 94 and F4. RGB value is (224,148,244). Sum of RGB (Red+Green+Blue) = 224+148+244=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 148 (58.20% from 255 or 24.03% from 616); Blue value is 244 (95.70% from 255 or 39.61% from 616); Max value from RGB is 244 - color contains mainly: blue. Hex color #E094F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E094F4 is #1F6B0B. Grayscale: #B5B5B5. Windows color (decimal): -2059020 or 16028896. OLE color: 16028896.

HSL color Cylindrical-coordinate representation of color #E094F4: hue angle of 287.5º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E094F4 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 148 244 -
CMYK 0.08 0.39 0 0.04
HSL 287.5º 0.81% 0.77% -
HSV(B) 287.5º 0.39% 0.96% -
XYZ 57.66 43.56 90.96 -
YUV 181.67 163.18 158.19 -
System Red Green Blue C M Y K H S L
Decimal 224 148 244 0.08 0.39 0 0.04 287.5 0.81 0.77
Hex E0 94 F4 8 27 0 4 120 51 4D
Octal 340 224 364 10 47 0 4 440 121 115
Binary 11100000 10010100 11110100 1000 100111 0 100 100100000 1010001 1001101

Color Harmonies of #E094F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E094F4

Black with #E094F4

Text Example


Text Example

White with #E094F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E094F4; }

 p { color: rgb(224,148,244); }

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

background-color css

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

 a { background-color: rgb(224,148,244); }

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

border-color css

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

 span { border-color: rgb(224,148,244); }

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