Html Css Color HEX #EA5152 Mandy

📋 copy color: '#EA5152'

red 234 ◦ green 81 ◦ blue 82

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

Shades of Mandy #EA5152

Tints of Mandy #EA5152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.65%

R = 58.94%
G = 20.4%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA5152 (or 0xEA5152) is known color: Mandy. HEX triplet: EA, 51 and 52. RGB value is (234,81,82). Sum of RGB (Red+Green+Blue) = 234+81+82=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5152 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5152 is #15AEAD. Grayscale: #7F7F7F. Windows color (decimal): -1420974 or 5394922. OLE color: 5394922.

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

Color convert

RGB 234 81 82 -
CMYK 0 0.65 0.65 0.08
HSL 359.61º 0.78% 0.62% -
HSV(B) 359.61º 0.65% 0.92% -
XYZ 38.4 23.99 10.59 -
YUV 126.86 102.69 204.42 -
System Red Green Blue C M Y K H S L
Decimal 234 81 82 0 0.65 0.65 0.08 359.61 0.78 0.62
Hex EA 51 52 0 41 41 8 168 4E 3E
Octal 352 121 122 0 101 101 10 550 116 76
Binary 11101010 1010001 1010010 0 1000001 1000001 1000 101101000 1001110 111110

Color Harmonies of #EA5152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5152

Black with #EA5152

Text Example


Text Example

White with #EA5152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5152; }

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

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

background-color css

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

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

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

border-color css

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

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

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