Html Css Color HEX #EA93A3 Mauvelous

📋 copy color: '#EA93A3'

red 234 ◦ green 147 ◦ blue 163

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

Shades of Mauvelous #EA93A3

Tints of Mauvelous #EA93A3

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.02%

 BLUE value IS 163 (64.06% from 255) = 29.96%

R = 43.01%
G = 27.02%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EA93A3 (or 0xEA93A3) is known color: Mauvelous. HEX triplet: EA, 93 and A3. RGB value is (234,147,163). Sum of RGB (Red+Green+Blue) = 234+147+163=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 163 (64.06% from 255 or 29.96% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA93A3 is #156C5C. Grayscale: #AEAEAE. Windows color (decimal): -1403997 or 10720234. OLE color: 10720234.

HSL color Cylindrical-coordinate representation of color #EA93A3: hue angle of 348.97º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA93A3 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 147 163 -
CMYK 0 0.37 0.30 0.08
HSL 348.97º 0.67% 0.75% -
HSV(B) 348.97º 0.37% 0.92% -
XYZ 50.98 41 39.88 -
YUV 174.84 121.32 170.2 -
System Red Green Blue C M Y K H S L
Decimal 234 147 163 0 0.37 0.30 0.08 348.97 0.67 0.75
Hex EA 93 A3 0 25 1E 8 15D 43 4B
Octal 352 223 243 0 45 36 10 535 103 113
Binary 11101010 10010011 10100011 0 100101 11110 1000 101011101 1000011 1001011

Color Harmonies of #EA93A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA93A3

Black with #EA93A3

Text Example


Text Example

White with #EA93A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA93A3; }

 p { color: rgb(234,147,163); }

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

background-color css

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

 a { background-color: rgb(234,147,163); }

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

border-color css

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

 span { border-color: rgb(234,147,163); }

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