Html Css Color HEX #EA5455 Mandy

📋 copy color: '#EA5455'

red 234 ◦ green 84 ◦ blue 85

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

Shades of Mandy #EA5455

Tints of Mandy #EA5455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.84%

 BLUE value IS 85 (33.59% from 255) = 21.09%

R = 58.06%
G = 20.84%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EA5455 (or 0xEA5455) is known color: Mandy. HEX triplet: EA, 54 and 55. RGB value is (234,84,85). Sum of RGB (Red+Green+Blue) = 234+84+85=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5455 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5455 is #15ABAA. Grayscale: #818181. Windows color (decimal): -1420203 or 5592298. OLE color: 5592298.

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

Color convert

RGB 234 84 85 -
CMYK 0 0.64 0.64 0.08
HSL 359.6º 0.78% 0.62% -
HSV(B) 359.6º 0.64% 0.92% -
XYZ 38.74 24.49 11.28 -
YUV 128.96 103.2 202.92 -
System Red Green Blue C M Y K H S L
Decimal 234 84 85 0 0.64 0.64 0.08 359.6 0.78 0.62
Hex EA 54 55 0 40 40 8 168 4E 3E
Octal 352 124 125 0 100 100 10 550 116 76
Binary 11101010 1010100 1010101 0 1000000 1000000 1000 101101000 1001110 111110

Color Harmonies of #EA5455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5455

Black with #EA5455

Text Example


Text Example

White with #EA5455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5455; }

 p { color: rgb(234,84,85); }

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

background-color css

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

 a { background-color: rgb(234,84,85); }

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

border-color css

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

 span { border-color: rgb(234,84,85); }

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