Html Css Color HEX #E69CA6 Mauvelous

📋 copy color: '#E69CA6'

red 230 ◦ green 156 ◦ blue 166

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

Shades of Mauvelous #E69CA6

Tints of Mauvelous #E69CA6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.26%

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

R = 41.67%
G = 28.26%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E69CA6 (or 0xE69CA6) is known color: Mauvelous. HEX triplet: E6, 9C and A6. RGB value is (230,156,166). Sum of RGB (Red+Green+Blue) = 230+156+166=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 166 (65.23% from 255 or 30.07% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69CA6 is #196359. Grayscale: #B3B3B3. Windows color (decimal): -1663834 or 10919142. OLE color: 10919142.

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

Color convert

RGB 230 156 166 -
CMYK 0 0.32 0.28 0.10
HSL 351.89º 0.6% 0.76% -
HSV(B) 351.89º 0.32% 0.9% -
XYZ 51.4 43.35 41.74 -
YUV 179.27 120.52 164.19 -
System Red Green Blue C M Y K H S L
Decimal 230 156 166 0 0.32 0.28 0.10 351.89 0.6 0.76
Hex E6 9C A6 0 20 1C A 160 3C 4C
Octal 346 234 246 0 40 34 12 540 74 114
Binary 11100110 10011100 10100110 0 100000 11100 1010 101100000 111100 1001100

Color Harmonies of #E69CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69CA6

Black with #E69CA6

Text Example


Text Example

White with #E69CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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