Html Css Color HEX #EA4955 Mandy

📋 copy color: '#EA4955'

red 234 ◦ green 73 ◦ blue 85

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

Shades of Mandy #EA4955

Tints of Mandy #EA4955

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.62%

 BLUE value IS 85 (33.59% from 255) = 21.68%

R = 59.69%
G = 18.62%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EA4955 (or 0xEA4955) is known color: Mandy. HEX triplet: EA, 49 and 55. RGB value is (234,73,85). Sum of RGB (Red+Green+Blue) = 234+73+85=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4955 is #15B6AA. Grayscale: #7A7A7A. Windows color (decimal): -1423019 or 5589482. OLE color: 5589482.

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

Color convert

RGB 234 73 85 -
CMYK 0 0.69 0.64 0.08
HSL 355.53º 0.79% 0.6% -
HSV(B) 355.53º 0.69% 0.92% -
XYZ 37.95 22.91 11.02 -
YUV 122.51 106.84 207.52 -
System Red Green Blue C M Y K H S L
Decimal 234 73 85 0 0.69 0.64 0.08 355.53 0.79 0.6
Hex EA 49 55 0 45 40 8 164 4F 3C
Octal 352 111 125 0 105 100 10 544 117 74
Binary 11101010 1001001 1010101 0 1000101 1000000 1000 101100100 1001111 111100

Color Harmonies of #EA4955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4955

Black with #EA4955

Text Example


Text Example

White with #EA4955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4955; }

 p { color: rgb(234,73,85); }

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

background-color css

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

 a { background-color: rgb(234,73,85); }

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

border-color css

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

 span { border-color: rgb(234,73,85); }

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