Html Css Color HEX #E696EE Violet

📋 copy color: '#E696EE'

red 230 ◦ green 150 ◦ blue 238

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

Shades of Violet #E696EE

Tints of Violet #E696EE

RGB

 RED value IS 230 (90.23% from 255) = 37.22%

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

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

R = 37.22%
G = 24.27%
B = 38.51%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E696EE (or 0xE696EE) is known color: Violet. HEX triplet: E6, 96 and EE. RGB value is (230,150,238). Sum of RGB (Red+Green+Blue) = 230+150+238=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 150 (58.98% from 255 or 24.27% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #E696EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E696EE is #196911. Grayscale: #B7B7B7. Windows color (decimal): -1665298 or 15636198. OLE color: 15636198.

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

Color convert

RGB 230 150 238 -
CMYK 0.03 0.37 0 0.07
HSL 294.55º 0.72% 0.76% -
HSV(B) 294.55º 0.37% 0.93% -
XYZ 58.97 44.81 86.43 -
YUV 183.95 158.5 160.84 -
System Red Green Blue C M Y K H S L
Decimal 230 150 238 0.03 0.37 0 0.07 294.55 0.72 0.76
Hex E6 96 EE 3 25 0 7 127 48 4C
Octal 346 226 356 3 45 0 7 447 110 114
Binary 11100110 10010110 11101110 11 100101 0 111 100100111 1001000 1001100

Color Harmonies of #E696EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E696EE

Black with #E696EE

Text Example


Text Example

White with #E696EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E696EE; }

 p { color: rgb(230,150,238); }

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

background-color css

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

 a { background-color: rgb(230,150,238); }

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

border-color css

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

 span { border-color: rgb(230,150,238); }

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