Html Css Color HEX #E694FF Mauve

📋 copy color: '#E694FF'

red 230 ◦ green 148 ◦ blue 255

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

Shades of Mauve #E694FF

Tints of Mauve #E694FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.28%

R = 36.33%
G = 23.38%
B = 40.28%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E694FF (or 0xE694FF) is known color: Mauve. HEX triplet: E6, 94 and FF. RGB value is (230,148,255). Sum of RGB (Red+Green+Blue) = 230+148+255=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 148 (58.20% from 255 or 23.38% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #E694FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E694FF is #196B00. Grayscale: #B8B8B8. Windows color (decimal): -1665793 or 16749798. OLE color: 16749798.

HSL color Cylindrical-coordinate representation of color #E694FF: hue angle of 285.98º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E694FF is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 230 148 255 -
CMYK 0.10 0.42 0 0
HSL 285.98º 1% 0.79% -
HSV(B) 285.98º 0.42% 1% -
XYZ 61.27 45.22 100.11 -
YUV 184.72 167.67 160.3 -
System Red Green Blue C M Y K H S L
Decimal 230 148 255 0.10 0.42 0 0 285.98 1 0.79
Hex E6 94 FF A 2A 0 0 11E 64 4F
Octal 346 224 377 12 52 0 0 436 144 117
Binary 11100110 10010100 11111111 1010 101010 0 0 100011110 1100100 1001111

Color Harmonies of #E694FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E694FF

Black with #E694FF

Text Example


Text Example

White with #E694FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E694FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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