Html Css Color HEX #EA4A4E Mandy

📋 copy color: '#EA4A4E'

red 234 ◦ green 74 ◦ blue 78

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

Shades of Mandy #EA4A4E

Tints of Mandy #EA4A4E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.17%

 BLUE value IS 78 (30.86% from 255) = 20.21%

R = 60.62%
G = 19.17%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EA4A4E (or 0xEA4A4E) is known color: Mandy. HEX triplet: EA, 4A and 4E. RGB value is (234,74,78). Sum of RGB (Red+Green+Blue) = 234+74+78=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4A4E is #15B5B1. Grayscale: #7A7A7A. Windows color (decimal): -1422770 or 5130986. OLE color: 5130986.

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

Color convert

RGB 234 74 78 -
CMYK 0 0.68 0.67 0.08
HSL 358.5º 0.79% 0.6% -
HSV(B) 358.5º 0.68% 0.92% -
XYZ 37.76 22.94 9.65 -
YUV 122.3 103.01 207.67 -
System Red Green Blue C M Y K H S L
Decimal 234 74 78 0 0.68 0.67 0.08 358.5 0.79 0.6
Hex EA 4A 4E 0 44 43 8 166 4F 3C
Octal 352 112 116 0 104 103 10 546 117 74
Binary 11101010 1001010 1001110 0 1000100 1000011 1000 101100110 1001111 111100

Color Harmonies of #EA4A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4A4E

Black with #EA4A4E

Text Example


Text Example

White with #EA4A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4A4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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