Html Css Color HEX #EA4E5E Mandy

📋 copy color: '#EA4E5E'

red 234 ◦ green 78 ◦ blue 94

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

Shades of Mandy #EA4E5E

Tints of Mandy #EA4E5E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.21%

 BLUE value IS 94 (37.11% from 255) = 23.15%

R = 57.64%
G = 19.21%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA4E5E (or 0xEA4E5E) is known color: Mandy. HEX triplet: EA, 4E and 5E. RGB value is (234,78,94). Sum of RGB (Red+Green+Blue) = 234+78+94=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4E5E is #15B1A1. Grayscale: #7E7E7E. Windows color (decimal): -1421730 or 6180586. OLE color: 6180586.

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

Color convert

RGB 234 78 94 -
CMYK 0 0.67 0.60 0.08
HSL 353.85º 0.79% 0.61% -
HSV(B) 353.85º 0.67% 0.92% -
XYZ 38.68 23.75 13.14 -
YUV 126.47 109.68 204.7 -
System Red Green Blue C M Y K H S L
Decimal 234 78 94 0 0.67 0.60 0.08 353.85 0.79 0.61
Hex EA 4E 5E 0 43 3C 8 162 4F 3D
Octal 352 116 136 0 103 74 10 542 117 75
Binary 11101010 1001110 1011110 0 1000011 111100 1000 101100010 1001111 111101

Color Harmonies of #EA4E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4E5E

Black with #EA4E5E

Text Example


Text Example

White with #EA4E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4E5E; }

 p { color: rgb(234,78,94); }

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

background-color css

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

 a { background-color: rgb(234,78,94); }

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

border-color css

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

 span { border-color: rgb(234,78,94); }

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