Html Css Color HEX #E68FA2 Mauvelous

📋 copy color: '#E68FA2'

red 230 ◦ green 143 ◦ blue 162

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

Shades of Mauvelous #E68FA2

Tints of Mauvelous #E68FA2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.73%

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

R = 42.99%
G = 26.73%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E68FA2 (or 0xE68FA2) is known color: Mauvelous. HEX triplet: E6, 8F and A2. RGB value is (230,143,162). Sum of RGB (Red+Green+Blue) = 230+143+162=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 162 (63.67% from 255 or 30.28% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68FA2 is #19705D. Grayscale: #ABABAB. Windows color (decimal): -1667166 or 10653670. OLE color: 10653670.

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

Color convert

RGB 230 143 162 -
CMYK 0 0.38 0.30 0.10
HSL 346.9º 0.64% 0.73% -
HSV(B) 346.9º 0.38% 0.9% -
XYZ 48.98 39.08 39.14 -
YUV 171.18 122.82 169.96 -
System Red Green Blue C M Y K H S L
Decimal 230 143 162 0 0.38 0.30 0.10 346.9 0.64 0.73
Hex E6 8F A2 0 26 1E A 15B 40 49
Octal 346 217 242 0 46 36 12 533 100 111
Binary 11100110 10001111 10100010 0 100110 11110 1010 101011011 1000000 1001001

Color Harmonies of #E68FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68FA2

Black with #E68FA2

Text Example


Text Example

White with #E68FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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