Html Css Color HEX #E694A2 Mauvelous

📋 copy color: '#E694A2'

red 230 ◦ green 148 ◦ blue 162

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

Shades of Mauvelous #E694A2

Tints of Mauvelous #E694A2

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.41%

 BLUE value IS 162 (63.67% from 255) = 30%

R = 42.59%
G = 27.41%
B = 30%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E694A2 (or 0xE694A2) is known color: Mauvelous. HEX triplet: E6, 94 and A2. RGB value is (230,148,162). Sum of RGB (Red+Green+Blue) = 230+148+162=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 162 (63.67% from 255 or 30% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E694A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E694A2 is #196B5D. Grayscale: #AEAEAE. Windows color (decimal): -1665886 or 10654950. OLE color: 10654950.

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

Color convert

RGB 230 148 162 -
CMYK 0 0.36 0.30 0.10
HSL 349.76º 0.62% 0.74% -
HSV(B) 349.76º 0.36% 0.9% -
XYZ 49.74 40.61 39.4 -
YUV 174.11 121.17 167.86 -
System Red Green Blue C M Y K H S L
Decimal 230 148 162 0 0.36 0.30 0.10 349.76 0.62 0.74
Hex E6 94 A2 0 24 1E A 15E 3E 4A
Octal 346 224 242 0 44 36 12 536 76 112
Binary 11100110 10010100 10100010 0 100100 11110 1010 101011110 111110 1001010

Color Harmonies of #E694A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E694A2

Black with #E694A2

Text Example


Text Example

White with #E694A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E694A2; }

 p { color: rgb(230,148,162); }

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

background-color css

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

 a { background-color: rgb(230,148,162); }

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

border-color css

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

 span { border-color: rgb(230,148,162); }

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