Html Css Color HEX #EA5051 Mandy

📋 copy color: '#EA5051'

red 234 ◦ green 80 ◦ blue 81

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

Shades of Mandy #EA5051

Tints of Mandy #EA5051

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.25%

 BLUE value IS 81 (32.03% from 255) = 20.51%

R = 59.24%
G = 20.25%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA5051 (or 0xEA5051) is known color: Mandy. HEX triplet: EA, 50 and 51. RGB value is (234,80,81). Sum of RGB (Red+Green+Blue) = 234+80+81=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5051 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5051 is #15AFAE. Grayscale: #7E7E7E. Windows color (decimal): -1421231 or 5329130. OLE color: 5329130.

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

Color convert

RGB 234 80 81 -
CMYK 0 0.66 0.65 0.08
HSL 359.61º 0.79% 0.62% -
HSV(B) 359.61º 0.66% 0.92% -
XYZ 38.29 23.82 10.37 -
YUV 126.16 102.52 204.92 -
System Red Green Blue C M Y K H S L
Decimal 234 80 81 0 0.66 0.65 0.08 359.61 0.79 0.62
Hex EA 50 51 0 42 41 8 168 4F 3E
Octal 352 120 121 0 102 101 10 550 117 76
Binary 11101010 1010000 1010001 0 1000010 1000001 1000 101101000 1001111 111110

Color Harmonies of #EA5051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5051

Black with #EA5051

Text Example


Text Example

White with #EA5051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5051; }

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

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

background-color css

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

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

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

border-color css

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

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

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