Html Css Color HEX #EA99A5 Mauvelous

📋 copy color: '#EA99A5'

red 234 ◦ green 153 ◦ blue 165

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

Shades of Mauvelous #EA99A5

Tints of Mauvelous #EA99A5

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.72%

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

R = 42.39%
G = 27.72%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA99A5 (or 0xEA99A5) is known color: Mauvelous. HEX triplet: EA, 99 and A5. RGB value is (234,153,165). Sum of RGB (Red+Green+Blue) = 234+153+165=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA99A5 is #15665A. Grayscale: #B2B2B2. Windows color (decimal): -1402459 or 10852842. OLE color: 10852842.

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

Color convert

RGB 234 153 165 -
CMYK 0 0.35 0.29 0.08
HSL 351.11º 0.66% 0.76% -
HSV(B) 351.11º 0.35% 0.92% -
XYZ 52.11 42.99 41.15 -
YUV 178.59 120.34 167.52 -
System Red Green Blue C M Y K H S L
Decimal 234 153 165 0 0.35 0.29 0.08 351.11 0.66 0.76
Hex EA 99 A5 0 23 1D 8 15F 42 4C
Octal 352 231 245 0 43 35 10 537 102 114
Binary 11101010 10011001 10100101 0 100011 11101 1000 101011111 1000010 1001100

Color Harmonies of #EA99A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA99A5

Black with #EA99A5

Text Example


Text Example

White with #EA99A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA99A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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