Html Css Color HEX #E695FF Mauve

📋 copy color: '#E695FF'

red 230 ◦ green 149 ◦ blue 255

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

Shades of Mauve #E695FF

Tints of Mauve #E695FF

RGB

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

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

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

R = 36.28%
G = 23.5%
B = 40.22%

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

#E695FF (or 0xE695FF) is known color: Mauve. HEX triplet: E6, 95 and FF. RGB value is (230,149,255). Sum of RGB (Red+Green+Blue) = 230+149+255=634 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.28% from 634); Green value is 149 (58.59% from 255 or 23.50% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #E695FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E695FF is #196A00. Grayscale: #B8B8B8. Windows color (decimal): -1665537 or 16750054. OLE color: 16750054.

HSL color Cylindrical-coordinate representation of color #E695FF: hue angle of 285.85º 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 #E695FF is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 230 149 255 -
CMYK 0.10 0.42 0 0
HSL 285.85º 1% 0.79% -
HSV(B) 285.85º 0.42% 1% -
XYZ 61.43 45.54 100.16 -
YUV 185.3 167.34 159.88 -
System Red Green Blue C M Y K H S L
Decimal 230 149 255 0.10 0.42 0 0 285.85 1 0.79
Hex E6 95 FF A 2A 0 0 11E 64 4F
Octal 346 225 377 12 52 0 0 436 144 117
Binary 11100110 10010101 11111111 1010 101010 0 0 100011110 1100100 1001111

Color Harmonies of #E695FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E695FF

Black with #E695FF

Text Example


Text Example

White with #E695FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E695FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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