Html Css Color HEX #E694EE Violet

📋 copy color: '#E694EE'

red 230 ◦ green 148 ◦ blue 238

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

Shades of Violet #E694EE

Tints of Violet #E694EE

RGB

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

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

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

R = 37.34%
G = 24.03%
B = 38.64%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E694EE (or 0xE694EE) is known color: Violet. HEX triplet: E6, 94 and EE. RGB value is (230,148,238). Sum of RGB (Red+Green+Blue) = 230+148+238=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 148 (58.20% from 255 or 24.03% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #E694EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E694EE is #196B11. Grayscale: #B6B6B6. Windows color (decimal): -1665810 or 15635686. OLE color: 15635686.

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

Color convert

RGB 230 148 238 -
CMYK 0.03 0.38 0 0.07
HSL 294.67º 0.73% 0.76% -
HSV(B) 294.67º 0.38% 0.93% -
XYZ 58.66 44.18 86.32 -
YUV 182.78 159.17 161.68 -
System Red Green Blue C M Y K H S L
Decimal 230 148 238 0.03 0.38 0 0.07 294.67 0.73 0.76
Hex E6 94 EE 3 26 0 7 127 49 4C
Octal 346 224 356 3 46 0 7 447 111 114
Binary 11100110 10010100 11101110 11 100110 0 111 100100111 1001001 1001100

Color Harmonies of #E694EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E694EE

Black with #E694EE

Text Example


Text Example

White with #E694EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E694EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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