Html Css Color HEX #EA4E5D Mandy

📋 copy color: '#EA4E5D'

red 234 ◦ green 78 ◦ blue 93

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

Shades of Mandy #EA4E5D

Tints of Mandy #EA4E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.96%

R = 57.78%
G = 19.26%
B = 22.96%

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

#EA4E5D (or 0xEA4E5D) is known color: Mandy. HEX triplet: EA, 4E and 5D. RGB value is (234,78,93). Sum of RGB (Red+Green+Blue) = 234+78+93=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4E5D is #15B1A2. Grayscale: #7E7E7E. Windows color (decimal): -1421731 or 6115050. OLE color: 6115050.

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

Color convert

RGB 234 78 93 -
CMYK 0 0.67 0.60 0.08
HSL 354.23º 0.79% 0.61% -
HSV(B) 354.23º 0.67% 0.92% -
XYZ 38.63 23.73 12.9 -
YUV 126.35 109.18 204.78 -
System Red Green Blue C M Y K H S L
Decimal 234 78 93 0 0.67 0.60 0.08 354.23 0.79 0.61
Hex EA 4E 5D 0 43 3C 8 162 4F 3D
Octal 352 116 135 0 103 74 10 542 117 75
Binary 11101010 1001110 1011101 0 1000011 111100 1000 101100010 1001111 111101

Color Harmonies of #EA4E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4E5D

Black with #EA4E5D

Text Example


Text Example

White with #EA4E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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