Html Css Color HEX #E694A5 Mauvelous

📋 copy color: '#E694A5'

red 230 ◦ green 148 ◦ blue 165

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

Shades of Mauvelous #E694A5

Tints of Mauvelous #E694A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.39%

R = 42.36%
G = 27.26%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E694A5 (or 0xE694A5) is known color: Mauvelous. HEX triplet: E6, 94 and A5. RGB value is (230,148,165). Sum of RGB (Red+Green+Blue) = 230+148+165=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E694A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E694A5 is #196B5A. Grayscale: #AEAEAE. Windows color (decimal): -1665883 or 10851558. OLE color: 10851558.

HSL color Cylindrical-coordinate representation of color #E694A5: hue angle of 347.56º 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 #E694A5 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 148 165 -
CMYK 0 0.36 0.28 0.10
HSL 347.56º 0.62% 0.74% -
HSV(B) 347.56º 0.36% 0.9% -
XYZ 50.01 40.72 40.82 -
YUV 174.46 122.67 167.62 -
System Red Green Blue C M Y K H S L
Decimal 230 148 165 0 0.36 0.28 0.10 347.56 0.62 0.74
Hex E6 94 A5 0 24 1C A 15C 3E 4A
Octal 346 224 245 0 44 34 12 534 76 112
Binary 11100110 10010100 10100101 0 100100 11100 1010 101011100 111110 1001010

Color Harmonies of #E694A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E694A5

Black with #E694A5

Text Example


Text Example

White with #E694A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E694A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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