Html Css Color HEX #E68AA1 Mauvelous

📋 copy color: '#E68AA1'

red 230 ◦ green 138 ◦ blue 161

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

Shades of Mauvelous #E68AA1

Tints of Mauvelous #E68AA1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.09%

 BLUE value IS 161 (63.28% from 255) = 30.43%

R = 43.48%
G = 26.09%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.3

 K value IS 0.10

RGB Variations

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

Color information

#E68AA1 (or 0xE68AA1) is known color: Mauvelous. HEX triplet: E6, 8A and A1. RGB value is (230,138,161). Sum of RGB (Red+Green+Blue) = 230+138+161=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68AA1 is #19755E. Grayscale: #A8A8A8. Windows color (decimal): -1668447 or 10586854. OLE color: 10586854.

HSL color Cylindrical-coordinate representation of color #E68AA1: hue angle of 345º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68AA1 is Cyan = 0, Magento = 0.4, Yellow = 0.3 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 138 161 -
CMYK 0 0.4 0.3 0.10
HSL 345º 0.65% 0.72% -
HSV(B) 345º 0.4% 0.9% -
XYZ 48.15 37.57 38.43 -
YUV 168.13 123.98 172.13 -
System Red Green Blue C M Y K H S L
Decimal 230 138 161 0 0.4 0.3 0.10 345 0.65 0.72
Hex E6 8A A1 0 28 1E A 159 41 48
Octal 346 212 241 0 50 36 12 531 101 110
Binary 11100110 10001010 10100001 0 101000 11110 1010 101011001 1000001 1001000

Color Harmonies of #E68AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68AA1

Black with #E68AA1

Text Example


Text Example

White with #E68AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68AA1; }

 p { color: rgb(230,138,161); }

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

background-color css

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

 a { background-color: rgb(230,138,161); }

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

border-color css

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

 span { border-color: rgb(230,138,161); }

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