Html Css Color HEX #E394FA Violet

📋 copy color: '#E394FA'

red 227 ◦ green 148 ◦ blue 250

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

Shades of Violet #E394FA

Tints of Violet #E394FA

RGB

 RED value IS 227 (89.06% from 255) = 36.32%

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

 BLUE value IS 250 (98.05% from 255) = 40%

R = 36.32%
G = 23.68%
B = 40%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E394FA (or 0xE394FA) is known color: Violet. HEX triplet: E3, 94 and FA. RGB value is (227,148,250). Sum of RGB (Red+Green+Blue) = 227+148+250=625 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.32% from 625); Green value is 148 (58.20% from 255 or 23.68% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #E394FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E394FA is #1C6B05. Grayscale: #B6B6B6. Windows color (decimal): -1862406 or 16422115. OLE color: 16422115.

HSL color Cylindrical-coordinate representation of color #E394FA: hue angle of 286.47º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E394FA is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 227 148 250 -
CMYK 0.09 0.41 0 0.02
HSL 286.47º 0.91% 0.78% -
HSV(B) 286.47º 0.41% 0.98% -
XYZ 59.52 44.41 95.88 -
YUV 183.25 165.67 159.21 -
System Red Green Blue C M Y K H S L
Decimal 227 148 250 0.09 0.41 0 0.02 286.47 0.91 0.78
Hex E3 94 FA 9 29 0 2 11E 5B 4E
Octal 343 224 372 11 51 0 2 436 133 116
Binary 11100011 10010100 11111010 1001 101001 0 10 100011110 1011011 1001110

Color Harmonies of #E394FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E394FA

Black with #E394FA

Text Example


Text Example

White with #E394FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E394FA; }

 p { color: rgb(227,148,250); }

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

background-color css

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

 a { background-color: rgb(227,148,250); }

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

border-color css

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

 span { border-color: rgb(227,148,250); }

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