Html Css Color HEX #E14A5E Mandy

📋 copy color: '#E14A5E'

red 225 ◦ green 74 ◦ blue 94

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

Shades of Mandy #E14A5E

Tints of Mandy #E14A5E

RGB

 RED value IS 225 (88.28% from 255) = 57.25%

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

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

R = 57.25%
G = 18.83%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E14A5E (or 0xE14A5E) is known color: Mandy. HEX triplet: E1, 4A and 5E. RGB value is (225,74,94). Sum of RGB (Red+Green+Blue) = 225+74+94=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14A5E is #1EB5A1. Grayscale: #797979. Windows color (decimal): -2012578 or 6179553. OLE color: 6179553.

HSL color Cylindrical-coordinate representation of color #E14A5E: hue angle of 352.05º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14A5E is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 74 94 -
CMYK 0 0.67 0.58 0.12
HSL 352.05º 0.72% 0.59% -
HSV(B) 352.05º 0.67% 0.88% -
XYZ 35.52 21.71 12.91 -
YUV 121.43 112.53 201.87 -
System Red Green Blue C M Y K H S L
Decimal 225 74 94 0 0.67 0.58 0.12 352.05 0.72 0.59
Hex E1 4A 5E 0 43 3A C 160 48 3B
Octal 341 112 136 0 103 72 14 540 110 73
Binary 11100001 1001010 1011110 0 1000011 111010 1100 101100000 1001000 111011

Color Harmonies of #E14A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14A5E

Black with #E14A5E

Text Example


Text Example

White with #E14A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14A5E; }

 p { color: rgb(225,74,94); }

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

background-color css

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

 a { background-color: rgb(225,74,94); }

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

border-color css

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

 span { border-color: rgb(225,74,94); }

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