Html Css Color HEX #EA8FAB Mauvelous

📋 copy color: '#EA8FAB'

red 234 ◦ green 143 ◦ blue 171

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

Shades of Mauvelous #EA8FAB

Tints of Mauvelous #EA8FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.2%

R = 42.7%
G = 26.09%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA8FAB (or 0xEA8FAB) is known color: Mauvelous. HEX triplet: EA, 8F and AB. RGB value is (234,143,171). Sum of RGB (Red+Green+Blue) = 234+143+171=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8FAB is #157054. Grayscale: #ADADAD. Windows color (decimal): -1405013 or 11243498. OLE color: 11243498.

HSL color Cylindrical-coordinate representation of color #EA8FAB: hue angle of 341.54º 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 #EA8FAB is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 143 171 -
CMYK 0 0.39 0.27 0.08
HSL 341.54º 0.68% 0.74% -
HSV(B) 341.54º 0.39% 0.92% -
XYZ 51.1 40.08 43.57 -
YUV 173.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 234 143 171 0 0.39 0.27 0.08 341.54 0.68 0.74
Hex EA 8F AB 0 27 1B 8 156 44 4A
Octal 352 217 253 0 47 33 10 526 104 112
Binary 11101010 10001111 10101011 0 100111 11011 1000 101010110 1000100 1001010

Color Harmonies of #EA8FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8FAB

Black with #EA8FAB

Text Example


Text Example

White with #EA8FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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