Html Css Color HEX #EA545C Mandy

📋 copy color: '#EA545C'

red 234 ◦ green 84 ◦ blue 92

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

Shades of Mandy #EA545C

Tints of Mandy #EA545C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.44%

R = 57.07%
G = 20.49%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA545C (or 0xEA545C) is known color: Mandy. HEX triplet: EA, 54 and 5C. RGB value is (234,84,92). Sum of RGB (Red+Green+Blue) = 234+84+92=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA545C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA545C is #15ABA3. Grayscale: #818181. Windows color (decimal): -1420196 or 6051050. OLE color: 6051050.

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

Color convert

RGB 234 84 92 -
CMYK 0 0.64 0.61 0.08
HSL 356.8º 0.78% 0.62% -
HSV(B) 356.8º 0.64% 0.92% -
XYZ 39.03 24.61 12.82 -
YUV 129.76 106.7 202.35 -
System Red Green Blue C M Y K H S L
Decimal 234 84 92 0 0.64 0.61 0.08 356.8 0.78 0.62
Hex EA 54 5C 0 40 3D 8 165 4E 3E
Octal 352 124 134 0 100 75 10 545 116 76
Binary 11101010 1010100 1011100 0 1000000 111101 1000 101100101 1001110 111110

Color Harmonies of #EA545C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA545C

Black with #EA545C

Text Example


Text Example

White with #EA545C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA545C; }

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

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

background-color css

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

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

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

border-color css

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

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

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