Html Css Color HEX #E293F0 Violet

📋 copy color: '#E293F0'

red 226 ◦ green 147 ◦ blue 240

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

Shades of Violet #E293F0

Tints of Violet #E293F0

RGB

 RED value IS 226 (88.67% from 255) = 36.87%

 GREEN value IS 147 (57.81% from 255) = 23.98%

 BLUE value IS 240 (94.14% from 255) = 39.15%

R = 36.87%
G = 23.98%
B = 39.15%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E293F0 (or 0xE293F0) is known color: Violet. HEX triplet: E2, 93 and F0. RGB value is (226,147,240). Sum of RGB (Red+Green+Blue) = 226+147+240=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: blue. Hex color #E293F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E293F0 is #1D6C0F. Grayscale: #B4B4B4. Windows color (decimal): -1928208 or 15766498. OLE color: 15766498.

HSL color Cylindrical-coordinate representation of color #E293F0: hue angle of 290.97º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E293F0 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 147 240 -
CMYK 0.06 0.39 0 0.06
HSL 290.97º 0.76% 0.76% -
HSV(B) 290.97º 0.39% 0.94% -
XYZ 57.53 43.33 87.77 -
YUV 181.22 161.17 159.94 -
System Red Green Blue C M Y K H S L
Decimal 226 147 240 0.06 0.39 0 0.06 290.97 0.76 0.76
Hex E2 93 F0 6 27 0 6 123 4C 4C
Octal 342 223 360 6 47 0 6 443 114 114
Binary 11100010 10010011 11110000 110 100111 0 110 100100011 1001100 1001100

Color Harmonies of #E293F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E293F0

Black with #E293F0

Text Example


Text Example

White with #E293F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E293F0; }

 p { color: rgb(226,147,240); }

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

background-color css

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

 a { background-color: rgb(226,147,240); }

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

border-color css

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

 span { border-color: rgb(226,147,240); }

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