Html Css Color HEX #EA5A5B Mandy

📋 copy color: '#EA5A5B'

red 234 ◦ green 90 ◦ blue 91

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

Shades of Mandy #EA5A5B

Tints of Mandy #EA5A5B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.69%

 BLUE value IS 91 (35.94% from 255) = 21.93%

R = 56.39%
G = 21.69%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA5A5B (or 0xEA5A5B) is known color: Mandy. HEX triplet: EA, 5A and 5B. RGB value is (234,90,91). Sum of RGB (Red+Green+Blue) = 234+90+91=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5A5B is #15A5A4. Grayscale: #858585. Windows color (decimal): -1418661 or 5987050. OLE color: 5987050.

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

Color convert

RGB 234 90 91 -
CMYK 0 0.62 0.61 0.08
HSL 359.58º 0.77% 0.64% -
HSV(B) 359.58º 0.62% 0.92% -
XYZ 39.48 25.56 12.75 -
YUV 133.17 104.21 199.92 -
System Red Green Blue C M Y K H S L
Decimal 234 90 91 0 0.62 0.61 0.08 359.58 0.77 0.64
Hex EA 5A 5B 0 3E 3D 8 168 4D 40
Octal 352 132 133 0 76 75 10 550 115 100
Binary 11101010 1011010 1011011 0 111110 111101 1000 101101000 1001101 1000000

Color Harmonies of #EA5A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5A5B

Black with #EA5A5B

Text Example


Text Example

White with #EA5A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5A5B; }

 p { color: rgb(234,90,91); }

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

background-color css

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

 a { background-color: rgb(234,90,91); }

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

border-color css

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

 span { border-color: rgb(234,90,91); }

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