Html Css Color HEX #E494EE Violet

📋 copy color: '#E494EE'

red 228 ◦ green 148 ◦ blue 238

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

Shades of Violet #E494EE

Tints of Violet #E494EE

RGB

 RED value IS 228 (89.45% from 255) = 37.13%

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

 BLUE value IS 238 (93.36% from 255) = 38.76%

R = 37.13%
G = 24.1%
B = 38.76%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E494EE (or 0xE494EE) is known color: Violet. HEX triplet: E4, 94 and EE. RGB value is (228,148,238). Sum of RGB (Red+Green+Blue) = 228+148+238=614 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.13% from 614); Green value is 148 (58.20% from 255 or 24.10% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #E494EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E494EE is #1B6B11. Grayscale: #B5B5B5. Windows color (decimal): -1796882 or 15635684. OLE color: 15635684.

HSL color Cylindrical-coordinate representation of color #E494EE: hue angle of 293.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E494EE is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 148 238 -
CMYK 0.04 0.38 0 0.07
HSL 293.33º 0.73% 0.76% -
HSV(B) 293.33º 0.38% 0.93% -
XYZ 58.02 43.85 86.29 -
YUV 182.18 159.5 160.68 -
System Red Green Blue C M Y K H S L
Decimal 228 148 238 0.04 0.38 0 0.07 293.33 0.73 0.76
Hex E4 94 EE 4 26 0 7 125 49 4C
Octal 344 224 356 4 46 0 7 445 111 114
Binary 11100100 10010100 11101110 100 100110 0 111 100100101 1001001 1001100

Color Harmonies of #E494EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E494EE

Black with #E494EE

Text Example


Text Example

White with #E494EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E494EE; }

 p { color: rgb(228,148,238); }

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

background-color css

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

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

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

border-color css

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

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

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