Html Css Color HEX #EA5259 Mandy

📋 copy color: '#EA5259'

red 234 ◦ green 82 ◦ blue 89

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

Shades of Mandy #EA5259

Tints of Mandy #EA5259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.25%

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

R = 57.78%
G = 20.25%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA5259 (or 0xEA5259) is known color: Mandy. HEX triplet: EA, 52 and 59. RGB value is (234,82,89). Sum of RGB (Red+Green+Blue) = 234+82+89=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5259 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5259 is #15ADA6. Grayscale: #808080. Windows color (decimal): -1420711 or 5853930. OLE color: 5853930.

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

Color convert

RGB 234 82 89 -
CMYK 0 0.65 0.62 0.08
HSL 357.24º 0.78% 0.62% -
HSV(B) 357.24º 0.65% 0.92% -
XYZ 38.75 24.25 12.09 -
YUV 128.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 234 82 89 0 0.65 0.62 0.08 357.24 0.78 0.62
Hex EA 52 59 0 41 3E 8 165 4E 3E
Octal 352 122 131 0 101 76 10 545 116 76
Binary 11101010 1010010 1011001 0 1000001 111110 1000 101100101 1001110 111110

Color Harmonies of #EA5259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5259

Black with #EA5259

Text Example


Text Example

White with #EA5259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5259; }

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

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

background-color css

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

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

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

border-color css

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

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

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