Html Css Color HEX #EA5059 Mandy

📋 copy color: '#EA5059'

red 234 ◦ green 80 ◦ blue 89

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

Shades of Mandy #EA5059

Tints of Mandy #EA5059

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.85%

 BLUE value IS 89 (35.16% from 255) = 22.08%

R = 58.06%
G = 19.85%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA5059 (or 0xEA5059) is known color: Mandy. HEX triplet: EA, 50 and 59. RGB value is (234,80,89). Sum of RGB (Red+Green+Blue) = 234+80+89=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5059 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5059 is #15AFA6. Grayscale: #7F7F7F. Windows color (decimal): -1421223 or 5853418. OLE color: 5853418.

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

Color convert

RGB 234 80 89 -
CMYK 0 0.66 0.62 0.08
HSL 356.49º 0.79% 0.62% -
HSV(B) 356.49º 0.66% 0.92% -
XYZ 38.6 23.95 12.04 -
YUV 127.07 106.52 204.27 -
System Red Green Blue C M Y K H S L
Decimal 234 80 89 0 0.66 0.62 0.08 356.49 0.79 0.62
Hex EA 50 59 0 42 3E 8 164 4F 3E
Octal 352 120 131 0 102 76 10 544 117 76
Binary 11101010 1010000 1011001 0 1000010 111110 1000 101100100 1001111 111110

Color Harmonies of #EA5059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5059

Black with #EA5059

Text Example


Text Example

White with #EA5059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5059; }

 p { color: rgb(234,80,89); }

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

background-color css

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

 a { background-color: rgb(234,80,89); }

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

border-color css

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

 span { border-color: rgb(234,80,89); }

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