Html Css Color HEX #EA515B Mandy

📋 copy color: '#EA515B'

red 234 ◦ green 81 ◦ blue 91

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

Shades of Mandy #EA515B

Tints of Mandy #EA515B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.41%

R = 57.64%
G = 19.95%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA515B (or 0xEA515B) is known color: Mandy. HEX triplet: EA, 51 and 5B. RGB value is (234,81,91). Sum of RGB (Red+Green+Blue) = 234+81+91=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA515B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA515B is #15AEA4. Grayscale: #808080. Windows color (decimal): -1420965 or 5984746. OLE color: 5984746.

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

Color convert

RGB 234 81 91 -
CMYK 0 0.65 0.61 0.08
HSL 356.08º 0.78% 0.62% -
HSV(B) 356.08º 0.65% 0.92% -
XYZ 38.76 24.13 12.51 -
YUV 127.89 107.19 203.69 -
System Red Green Blue C M Y K H S L
Decimal 234 81 91 0 0.65 0.61 0.08 356.08 0.78 0.62
Hex EA 51 5B 0 41 3D 8 164 4E 3E
Octal 352 121 133 0 101 75 10 544 116 76
Binary 11101010 1010001 1011011 0 1000001 111101 1000 101100100 1001110 111110

Color Harmonies of #EA515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA515B

Black with #EA515B

Text Example


Text Example

White with #EA515B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA515B; }

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

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

background-color css

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

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

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

border-color css

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

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

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