Html Css Color HEX #E495FA Violet

📋 copy color: '#E495FA'

red 228 ◦ green 149 ◦ blue 250

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

Shades of Violet #E495FA

Tints of Violet #E495FA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.76%

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

R = 36.36%
G = 23.76%
B = 39.87%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E495FA (or 0xE495FA) is known color: Violet. HEX triplet: E4, 95 and FA. RGB value is (228,149,250). Sum of RGB (Red+Green+Blue) = 228+149+250=627 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.36% from 627); Green value is 149 (58.59% from 255 or 23.76% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #E495FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E495FA is #1B6A05. Grayscale: #B7B7B7. Windows color (decimal): -1796614 or 16422372. OLE color: 16422372.

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

Color convert

RGB 228 149 250 -
CMYK 0.09 0.40 0 0.02
HSL 286.93º 0.91% 0.78% -
HSV(B) 286.93º 0.4% 0.98% -
XYZ 60 44.89 95.95 -
YUV 184.14 165.17 159.29 -
System Red Green Blue C M Y K H S L
Decimal 228 149 250 0.09 0.40 0 0.02 286.93 0.91 0.78
Hex E4 95 FA 9 28 0 2 11F 5B 4E
Octal 344 225 372 11 50 0 2 437 133 116
Binary 11100100 10010101 11111010 1001 101000 0 10 100011111 1011011 1001110

Color Harmonies of #E495FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E495FA

Black with #E495FA

Text Example


Text Example

White with #E495FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E495FA; }

 p { color: rgb(228,149,250); }

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

background-color css

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

 a { background-color: rgb(228,149,250); }

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

border-color css

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

 span { border-color: rgb(228,149,250); }

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