Html Css Color HEX #E68BA2 Mauvelous

📋 copy color: '#E68BA2'

red 230 ◦ green 139 ◦ blue 162

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

Shades of Mauvelous #E68BA2

Tints of Mauvelous #E68BA2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.18%

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

R = 43.31%
G = 26.18%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E68BA2 (or 0xE68BA2) is known color: Mauvelous. HEX triplet: E6, 8B and A2. RGB value is (230,139,162). Sum of RGB (Red+Green+Blue) = 230+139+162=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68BA2 is #19745D. Grayscale: #A8A8A8. Windows color (decimal): -1668190 or 10652646. OLE color: 10652646.

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

Color convert

RGB 230 139 162 -
CMYK 0 0.40 0.30 0.10
HSL 344.84º 0.65% 0.72% -
HSV(B) 344.84º 0.4% 0.9% -
XYZ 48.39 37.9 38.95 -
YUV 168.83 124.15 171.63 -
System Red Green Blue C M Y K H S L
Decimal 230 139 162 0 0.40 0.30 0.10 344.84 0.65 0.72
Hex E6 8B A2 0 28 1E A 159 41 48
Octal 346 213 242 0 50 36 12 531 101 110
Binary 11100110 10001011 10100010 0 101000 11110 1010 101011001 1000001 1001000

Color Harmonies of #E68BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68BA2

Black with #E68BA2

Text Example


Text Example

White with #E68BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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