Html Css Color HEX #EA5257 Mandy

📋 copy color: '#EA5257'

red 234 ◦ green 82 ◦ blue 87

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

Shades of Mandy #EA5257

Tints of Mandy #EA5257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.59%

R = 58.06%
G = 20.35%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EA5257 (or 0xEA5257) is known color: Mandy. HEX triplet: EA, 52 and 57. RGB value is (234,82,87). Sum of RGB (Red+Green+Blue) = 234+82+87=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5257 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5257 is #15ADA8. Grayscale: #808080. Windows color (decimal): -1420713 or 5722858. OLE color: 5722858.

HSL color Cylindrical-coordinate representation of color #EA5257: hue angle of 358.03º 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 #EA5257 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 82 87 -
CMYK 0 0.65 0.63 0.08
HSL 358.03º 0.78% 0.62% -
HSV(B) 358.03º 0.65% 0.92% -
XYZ 38.67 24.22 11.65 -
YUV 128.02 104.86 203.59 -
System Red Green Blue C M Y K H S L
Decimal 234 82 87 0 0.65 0.63 0.08 358.03 0.78 0.62
Hex EA 52 57 0 41 3F 8 166 4E 3E
Octal 352 122 127 0 101 77 10 546 116 76
Binary 11101010 1010010 1010111 0 1000001 111111 1000 101100110 1001110 111110

Color Harmonies of #EA5257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5257

Black with #EA5257

Text Example


Text Example

White with #EA5257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5257; }

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

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

background-color css

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

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

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

border-color css

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

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

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