Html Css Color HEX #EA8FA6 Mauvelous

📋 copy color: '#EA8FA6'

red 234 ◦ green 143 ◦ blue 166

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

Shades of Mauvelous #EA8FA6

Tints of Mauvelous #EA8FA6

RGB

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

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

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

R = 43.09%
G = 26.34%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA8FA6 (or 0xEA8FA6) is known color: Mauvelous. HEX triplet: EA, 8F and A6. RGB value is (234,143,166). Sum of RGB (Red+Green+Blue) = 234+143+166=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8FA6 is #157059. Grayscale: #ACACAC. Windows color (decimal): -1405018 or 10915818. OLE color: 10915818.

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

Color convert

RGB 234 143 166 -
CMYK 0 0.39 0.29 0.08
HSL 344.84º 0.68% 0.74% -
HSV(B) 344.84º 0.39% 0.92% -
XYZ 50.64 39.89 41.11 -
YUV 172.83 124.15 171.63 -
System Red Green Blue C M Y K H S L
Decimal 234 143 166 0 0.39 0.29 0.08 344.84 0.68 0.74
Hex EA 8F A6 0 27 1D 8 159 44 4A
Octal 352 217 246 0 47 35 10 531 104 112
Binary 11101010 10001111 10100110 0 100111 11101 1000 101011001 1000100 1001010

Color Harmonies of #EA8FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8FA6

Black with #EA8FA6

Text Example


Text Example

White with #EA8FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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