Html Css Color HEX #E696A3 Mauvelous

📋 copy color: '#E696A3'

red 230 ◦ green 150 ◦ blue 163

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

Shades of Mauvelous #E696A3

Tints of Mauvelous #E696A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 30.02%

R = 42.36%
G = 27.62%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E696A3 (or 0xE696A3) is known color: Mauvelous. HEX triplet: E6, 96 and A3. RGB value is (230,150,163). Sum of RGB (Red+Green+Blue) = 230+150+163=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 163 (64.06% from 255 or 30.02% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E696A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E696A3 is #19695C. Grayscale: #AFAFAF. Windows color (decimal): -1665373 or 10720998. OLE color: 10720998.

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

Color convert

RGB 230 150 163 -
CMYK 0 0.35 0.29 0.10
HSL 350.25º 0.62% 0.75% -
HSV(B) 350.25º 0.35% 0.9% -
XYZ 50.15 41.28 39.97 -
YUV 175.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 230 150 163 0 0.35 0.29 0.10 350.25 0.62 0.75
Hex E6 96 A3 0 23 1D A 15E 3E 4B
Octal 346 226 243 0 43 35 12 536 76 113
Binary 11100110 10010110 10100011 0 100011 11101 1010 101011110 111110 1001011

Color Harmonies of #E696A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E696A3

Black with #E696A3

Text Example


Text Example

White with #E696A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E696A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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