Html Css Color HEX #EA87A2 Mauvelous

📋 copy color: '#EA87A2'

red 234 ◦ green 135 ◦ blue 162

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

Shades of Mauvelous #EA87A2

Tints of Mauvelous #EA87A2

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.42%

 BLUE value IS 162 (63.67% from 255) = 30.51%

R = 44.07%
G = 25.42%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EA87A2 (or 0xEA87A2) is known color: Mauvelous. HEX triplet: EA, 87 and A2. RGB value is (234,135,162). Sum of RGB (Red+Green+Blue) = 234+135+162=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EA87A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA87A2 is #15785D. Grayscale: #A7A7A7. Windows color (decimal): -1407070 or 10651626. OLE color: 10651626.

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

Color convert

RGB 234 135 162 -
CMYK 0 0.42 0.31 0.08
HSL 343.64º 0.7% 0.72% -
HSV(B) 343.64º 0.42% 0.92% -
XYZ 49.12 37.43 38.82 -
YUV 167.68 124.8 175.3 -
System Red Green Blue C M Y K H S L
Decimal 234 135 162 0 0.42 0.31 0.08 343.64 0.7 0.72
Hex EA 87 A2 0 2A 1F 8 158 46 48
Octal 352 207 242 0 52 37 10 530 106 110
Binary 11101010 10000111 10100010 0 101010 11111 1000 101011000 1000110 1001000

Color Harmonies of #EA87A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA87A2

Black with #EA87A2

Text Example


Text Example

White with #EA87A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA87A2; }

 p { color: rgb(234,135,162); }

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

background-color css

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

 a { background-color: rgb(234,135,162); }

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

border-color css

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

 span { border-color: rgb(234,135,162); }

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