Html Css Color HEX #EA4A54 Mandy

📋 copy color: '#EA4A54'

red 234 ◦ green 74 ◦ blue 84

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

Shades of Mandy #EA4A54

Tints of Mandy #EA4A54

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.88%

 BLUE value IS 84 (33.2% from 255) = 21.43%

R = 59.69%
G = 18.88%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EA4A54 (or 0xEA4A54) is known color: Mandy. HEX triplet: EA, 4A and 54. RGB value is (234,74,84). Sum of RGB (Red+Green+Blue) = 234+74+84=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4A54 is #15B5AB. Grayscale: #7B7B7B. Windows color (decimal): -1422764 or 5524202. OLE color: 5524202.

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

Color convert

RGB 234 74 84 -
CMYK 0 0.68 0.64 0.08
HSL 356.25º 0.79% 0.6% -
HSV(B) 356.25º 0.68% 0.92% -
XYZ 37.98 23.03 10.83 -
YUV 122.98 106.01 207.19 -
System Red Green Blue C M Y K H S L
Decimal 234 74 84 0 0.68 0.64 0.08 356.25 0.79 0.6
Hex EA 4A 54 0 44 40 8 164 4F 3C
Octal 352 112 124 0 104 100 10 544 117 74
Binary 11101010 1001010 1010100 0 1000100 1000000 1000 101100100 1001111 111100

Color Harmonies of #EA4A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4A54

Black with #EA4A54

Text Example


Text Example

White with #EA4A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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