Html Css Color HEX #EA595D Mandy

📋 copy color: '#EA595D'

red 234 ◦ green 89 ◦ blue 93

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

Shades of Mandy #EA595D

Tints of Mandy #EA595D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.39%

 BLUE value IS 93 (36.72% from 255) = 22.36%

R = 56.25%
G = 21.39%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA595D (or 0xEA595D) is known color: Mandy. HEX triplet: EA, 59 and 5D. RGB value is (234,89,93). Sum of RGB (Red+Green+Blue) = 234+89+93=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA595D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA595D is #15A6A2. Grayscale: #848484. Windows color (decimal): -1418915 or 6117866. OLE color: 6117866.

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

Color convert

RGB 234 89 93 -
CMYK 0 0.62 0.60 0.08
HSL 358.34º 0.78% 0.63% -
HSV(B) 358.34º 0.62% 0.92% -
XYZ 39.48 25.43 13.18 -
YUV 132.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 234 89 93 0 0.62 0.60 0.08 358.34 0.78 0.63
Hex EA 59 5D 0 3E 3C 8 166 4E 3F
Octal 352 131 135 0 76 74 10 546 116 77
Binary 11101010 1011001 1011101 0 111110 111100 1000 101100110 1001110 111111

Color Harmonies of #EA595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA595D

Black with #EA595D

Text Example


Text Example

White with #EA595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA595D; }

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

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

background-color css

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

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

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

border-color css

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

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

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