Html Css Color HEX #EA515C Mandy

📋 copy color: '#EA515C'

red 234 ◦ green 81 ◦ blue 92

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

Shades of Mandy #EA515C

Tints of Mandy #EA515C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.6%

R = 57.49%
G = 19.9%
B = 22.6%

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

#EA515C (or 0xEA515C) is known color: Mandy. HEX triplet: EA, 51 and 5C. RGB value is (234,81,92). Sum of RGB (Red+Green+Blue) = 234+81+92=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA515C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA515C is #15AEA3. Grayscale: #808080. Windows color (decimal): -1420964 or 6050282. OLE color: 6050282.

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

Color convert

RGB 234 81 92 -
CMYK 0 0.65 0.61 0.08
HSL 355.69º 0.78% 0.62% -
HSV(B) 355.69º 0.65% 0.92% -
XYZ 38.81 24.15 12.74 -
YUV 128 107.69 203.61 -
System Red Green Blue C M Y K H S L
Decimal 234 81 92 0 0.65 0.61 0.08 355.69 0.78 0.62
Hex EA 51 5C 0 41 3D 8 164 4E 3E
Octal 352 121 134 0 101 75 10 544 116 76
Binary 11101010 1010001 1011100 0 1000001 111101 1000 101100100 1001110 111110

Color Harmonies of #EA515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA515C

Black with #EA515C

Text Example


Text Example

White with #EA515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA515C; }

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

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

background-color css

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

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

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

border-color css

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

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

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