Html Css Color HEX #EA5156 Mandy

📋 copy color: '#EA5156'

red 234 ◦ green 81 ◦ blue 86

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

Shades of Mandy #EA5156

Tints of Mandy #EA5156

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.2%

 BLUE value IS 86 (33.98% from 255) = 21.45%

R = 58.35%
G = 20.2%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EA5156 (or 0xEA5156) is known color: Mandy. HEX triplet: EA, 51 and 56. RGB value is (234,81,86). Sum of RGB (Red+Green+Blue) = 234+81+86=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5156 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5156 is #15AEA9. Grayscale: #7F7F7F. Windows color (decimal): -1420970 or 5657066. OLE color: 5657066.

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

Color convert

RGB 234 81 86 -
CMYK 0 0.65 0.63 0.08
HSL 358.04º 0.78% 0.62% -
HSV(B) 358.04º 0.65% 0.92% -
XYZ 38.55 24.05 11.41 -
YUV 127.32 104.69 204.09 -
System Red Green Blue C M Y K H S L
Decimal 234 81 86 0 0.65 0.63 0.08 358.04 0.78 0.62
Hex EA 51 56 0 41 3F 8 166 4E 3E
Octal 352 121 126 0 101 77 10 546 116 76
Binary 11101010 1010001 1010110 0 1000001 111111 1000 101100110 1001110 111110

Color Harmonies of #EA5156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5156

Black with #EA5156

Text Example


Text Example

White with #EA5156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5156; }

 p { color: rgb(234,81,86); }

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

background-color css

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

 a { background-color: rgb(234,81,86); }

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

border-color css

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

 span { border-color: rgb(234,81,86); }

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