Html Css Color HEX #EA9BA5 Mauvelous

📋 copy color: '#EA9BA5'

red 234 ◦ green 155 ◦ blue 165

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

Shades of Mauvelous #EA9BA5

Tints of Mauvelous #EA9BA5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.98%

 BLUE value IS 165 (64.84% from 255) = 29.78%

R = 42.24%
G = 27.98%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA9BA5 (or 0xEA9BA5) is known color: Mauvelous. HEX triplet: EA, 9B and A5. RGB value is (234,155,165). Sum of RGB (Red+Green+Blue) = 234+155+165=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9BA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9BA5 is #15645A. Grayscale: #B3B3B3. Windows color (decimal): -1401947 or 10853354. OLE color: 10853354.

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

Color convert

RGB 234 155 165 -
CMYK 0 0.34 0.29 0.08
HSL 352.41º 0.65% 0.76% -
HSV(B) 352.41º 0.34% 0.92% -
XYZ 52.44 43.65 41.26 -
YUV 179.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 234 155 165 0 0.34 0.29 0.08 352.41 0.65 0.76
Hex EA 9B A5 0 22 1D 8 160 41 4C
Octal 352 233 245 0 42 35 10 540 101 114
Binary 11101010 10011011 10100101 0 100010 11101 1000 101100000 1000001 1001100

Color Harmonies of #EA9BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9BA5

Black with #EA9BA5

Text Example


Text Example

White with #EA9BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9BA5; }

 p { color: rgb(234,155,165); }

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

background-color css

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

 a { background-color: rgb(234,155,165); }

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

border-color css

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

 span { border-color: rgb(234,155,165); }

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