Html Css Color HEX #EA8DA6 Mauvelous

📋 copy color: '#EA8DA6'

red 234 ◦ green 141 ◦ blue 166

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

Shades of Mauvelous #EA8DA6

Tints of Mauvelous #EA8DA6

RGB

 RED value IS 234 (91.8% from 255) = 43.25%

 GREEN value IS 141 (55.47% from 255) = 26.06%

 BLUE value IS 166 (65.23% from 255) = 30.68%

R = 43.25%
G = 26.06%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA8DA6 (or 0xEA8DA6) is known color: Mauvelous. HEX triplet: EA, 8D and A6. RGB value is (234,141,166). Sum of RGB (Red+Green+Blue) = 234+141+166=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 166 (65.23% from 255 or 30.68% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8DA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8DA6 is #157259. Grayscale: #ABABAB. Windows color (decimal): -1405530 or 10915306. OLE color: 10915306.

HSL color Cylindrical-coordinate representation of color #EA8DA6: hue angle of 343.87º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8DA6 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 141 166 -
CMYK 0 0.40 0.29 0.08
HSL 343.87º 0.69% 0.74% -
HSV(B) 343.87º 0.4% 0.92% -
XYZ 50.34 39.3 41.01 -
YUV 171.66 124.81 172.47 -
System Red Green Blue C M Y K H S L
Decimal 234 141 166 0 0.40 0.29 0.08 343.87 0.69 0.74
Hex EA 8D A6 0 28 1D 8 158 45 4A
Octal 352 215 246 0 50 35 10 530 105 112
Binary 11101010 10001101 10100110 0 101000 11101 1000 101011000 1000101 1001010

Color Harmonies of #EA8DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8DA6

Black with #EA8DA6

Text Example


Text Example

White with #EA8DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8DA6; }

 p { color: rgb(234,141,166); }

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

background-color css

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

 a { background-color: rgb(234,141,166); }

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

border-color css

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

 span { border-color: rgb(234,141,166); }

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