Html Css Color HEX #E695A6 Mauvelous

📋 copy color: '#E695A6'

red 230 ◦ green 149 ◦ blue 166

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

Shades of Mauvelous #E695A6

Tints of Mauvelous #E695A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.46%

R = 42.2%
G = 27.34%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E695A6 (or 0xE695A6) is known color: Mauvelous. HEX triplet: E6, 95 and A6. RGB value is (230,149,166). Sum of RGB (Red+Green+Blue) = 230+149+166=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E695A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E695A6 is #196A59. Grayscale: #AFAFAF. Windows color (decimal): -1665626 or 10917350. OLE color: 10917350.

HSL color Cylindrical-coordinate representation of color #E695A6: hue angle of 347.41º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E695A6 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 149 166 -
CMYK 0 0.35 0.28 0.10
HSL 347.41º 0.62% 0.74% -
HSV(B) 347.41º 0.35% 0.9% -
XYZ 50.26 41.07 41.35 -
YUV 175.16 122.84 167.12 -
System Red Green Blue C M Y K H S L
Decimal 230 149 166 0 0.35 0.28 0.10 347.41 0.62 0.74
Hex E6 95 A6 0 23 1C A 15B 3E 4A
Octal 346 225 246 0 43 34 12 533 76 112
Binary 11100110 10010101 10100110 0 100011 11100 1010 101011011 111110 1001010

Color Harmonies of #E695A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E695A6

Black with #E695A6

Text Example


Text Example

White with #E695A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E695A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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