Html Css Color HEX #E69BA6 Mauvelous

📋 copy color: '#E69BA6'

red 230 ◦ green 155 ◦ blue 166

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

Shades of Mauvelous #E69BA6

Tints of Mauvelous #E69BA6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.13%

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

R = 41.74%
G = 28.13%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E69BA6 (or 0xE69BA6) is known color: Mauvelous. HEX triplet: E6, 9B and A6. RGB value is (230,155,166). Sum of RGB (Red+Green+Blue) = 230+155+166=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 166 (65.23% from 255 or 30.13% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69BA6 is #196459. Grayscale: #B2B2B2. Windows color (decimal): -1664090 or 10918886. OLE color: 10918886.

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

Color convert

RGB 230 155 166 -
CMYK 0 0.33 0.28 0.10
HSL 351.2º 0.6% 0.75% -
HSV(B) 351.2º 0.33% 0.9% -
XYZ 51.24 43.02 41.68 -
YUV 178.68 120.85 164.61 -
System Red Green Blue C M Y K H S L
Decimal 230 155 166 0 0.33 0.28 0.10 351.2 0.6 0.75
Hex E6 9B A6 0 21 1C A 15F 3C 4B
Octal 346 233 246 0 41 34 12 537 74 113
Binary 11100110 10011011 10100110 0 100001 11100 1010 101011111 111100 1001011

Color Harmonies of #E69BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69BA6

Black with #E69BA6

Text Example


Text Example

White with #E69BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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