Html Css Color HEX #EA85A9 Mauvelous

📋 copy color: '#EA85A9'

red 234 ◦ green 133 ◦ blue 169

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

Shades of Mauvelous #EA85A9

Tints of Mauvelous #EA85A9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.81%

 BLUE value IS 169 (66.41% from 255) = 31.53%

R = 43.66%
G = 24.81%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA85A9 (or 0xEA85A9) is known color: Mauvelous. HEX triplet: EA, 85 and A9. RGB value is (234,133,169). Sum of RGB (Red+Green+Blue) = 234+133+169=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA85A9 is #157A56. Grayscale: #A7A7A7. Windows color (decimal): -1407575 or 11109866. OLE color: 11109866.

HSL color Cylindrical-coordinate representation of color #EA85A9: hue angle of 338.61º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA85A9 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 133 169 -
CMYK 0 0.43 0.28 0.08
HSL 338.61º 0.71% 0.72% -
HSV(B) 338.61º 0.43% 0.92% -
XYZ 49.48 37.13 42.1 -
YUV 167.3 128.96 175.57 -
System Red Green Blue C M Y K H S L
Decimal 234 133 169 0 0.43 0.28 0.08 338.61 0.71 0.72
Hex EA 85 A9 0 2B 1C 8 153 47 48
Octal 352 205 251 0 53 34 10 523 107 110
Binary 11101010 10000101 10101001 0 101011 11100 1000 101010011 1000111 1001000

Color Harmonies of #EA85A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA85A9

Black with #EA85A9

Text Example


Text Example

White with #EA85A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA85A9; }

 p { color: rgb(234,133,169); }

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

background-color css

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

 a { background-color: rgb(234,133,169); }

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

border-color css

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

 span { border-color: rgb(234,133,169); }

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