Html Css Color HEX #EA8BA5 Mauvelous

📋 copy color: '#EA8BA5'

red 234 ◦ green 139 ◦ blue 165

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

Shades of Mauvelous #EA8BA5

Tints of Mauvelous #EA8BA5

RGB

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

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

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

R = 43.49%
G = 25.84%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA8BA5 (or 0xEA8BA5) is known color: Mauvelous. HEX triplet: EA, 8B and A5. RGB value is (234,139,165). Sum of RGB (Red+Green+Blue) = 234+139+165=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8BA5 is #15745A. Grayscale: #AAAAAA. Windows color (decimal): -1406043 or 10849258. OLE color: 10849258.

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

Color convert

RGB 234 139 165 -
CMYK 0 0.41 0.29 0.08
HSL 343.58º 0.69% 0.73% -
HSV(B) 343.58º 0.41% 0.92% -
XYZ 49.96 38.67 40.43 -
YUV 170.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 234 139 165 0 0.41 0.29 0.08 343.58 0.69 0.73
Hex EA 8B A5 0 29 1D 8 158 45 49
Octal 352 213 245 0 51 35 10 530 105 111
Binary 11101010 10001011 10100101 0 101001 11101 1000 101011000 1000101 1001001

Color Harmonies of #EA8BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8BA5

Black with #EA8BA5

Text Example


Text Example

White with #EA8BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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