Html Css Color HEX #EA575A Mandy

📋 copy color: '#EA575A'

red 234 ◦ green 87 ◦ blue 90

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

Shades of Mandy #EA575A

Tints of Mandy #EA575A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.17%

 BLUE value IS 90 (35.55% from 255) = 21.9%

R = 56.93%
G = 21.17%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA575A (or 0xEA575A) is known color: Mandy. HEX triplet: EA, 57 and 5A. RGB value is (234,87,90). Sum of RGB (Red+Green+Blue) = 234+87+90=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA575A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA575A is #15A8A5. Grayscale: #838383. Windows color (decimal): -1419430 or 5920746. OLE color: 5920746.

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

Color convert

RGB 234 87 90 -
CMYK 0 0.63 0.62 0.08
HSL 358.78º 0.78% 0.63% -
HSV(B) 358.78º 0.63% 0.92% -
XYZ 39.19 25.05 12.44 -
YUV 131.3 104.7 201.26 -
System Red Green Blue C M Y K H S L
Decimal 234 87 90 0 0.63 0.62 0.08 358.78 0.78 0.63
Hex EA 57 5A 0 3F 3E 8 167 4E 3F
Octal 352 127 132 0 77 76 10 547 116 77
Binary 11101010 1010111 1011010 0 111111 111110 1000 101100111 1001110 111111

Color Harmonies of #EA575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA575A

Black with #EA575A

Text Example


Text Example

White with #EA575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA575A; }

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

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

background-color css

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

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

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

border-color css

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

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

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