Html Css Color HEX #E596FA Violet

📋 copy color: '#E596FA'

red 229 ◦ green 150 ◦ blue 250

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

Shades of Violet #E596FA

Tints of Violet #E596FA

RGB

 RED value IS 229 (89.84% from 255) = 36.41%

 GREEN value IS 150 (58.98% from 255) = 23.85%

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

R = 36.41%
G = 23.85%
B = 39.75%

CMYK

 C value IS 0.08

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E596FA (or 0xE596FA) is known color: Violet. HEX triplet: E5, 96 and FA. RGB value is (229,150,250). Sum of RGB (Red+Green+Blue) = 229+150+250=629 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.41% from 629); Green value is 150 (58.98% from 255 or 23.85% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #E596FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E596FA is #1A6905. Grayscale: #B8B8B8. Windows color (decimal): -1730822 or 16422629. OLE color: 16422629.

HSL color Cylindrical-coordinate representation of color #E596FA: hue angle of 287.4º 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 #E596FA is Cyan = 0.08, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 150 250 -
CMYK 0.08 0.4 0 0.02
HSL 287.4º 0.91% 0.78% -
HSV(B) 287.4º 0.4% 0.98% -
XYZ 60.47 45.37 96.01 -
YUV 185.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 229 150 250 0.08 0.4 0 0.02 287.4 0.91 0.78
Hex E5 96 FA 8 28 0 2 11F 5B 4E
Octal 345 226 372 10 50 0 2 437 133 116
Binary 11100101 10010110 11111010 1000 101000 0 10 100011111 1011011 1001110

Color Harmonies of #E596FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E596FA

Black with #E596FA

Text Example


Text Example

White with #E596FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E596FA; }

 p { color: rgb(229,150,250); }

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

background-color css

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

 a { background-color: rgb(229,150,250); }

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

border-color css

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

 span { border-color: rgb(229,150,250); }

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