Html Css Color HEX #E14A5F Mandy

📋 copy color: '#E14A5F'

red 225 ◦ green 74 ◦ blue 95

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

Shades of Mandy #E14A5F

Tints of Mandy #E14A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.11%

R = 57.11%
G = 18.78%
B = 24.11%

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

#E14A5F (or 0xE14A5F) is known color: Mandy. HEX triplet: E1, 4A and 5F. RGB value is (225,74,95). Sum of RGB (Red+Green+Blue) = 225+74+95=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14A5F is #1EB5A0. Grayscale: #797979. Windows color (decimal): -2012577 or 6245089. OLE color: 6245089.

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

Color convert

RGB 225 74 95 -
CMYK 0 0.67 0.58 0.12
HSL 351.66º 0.72% 0.59% -
HSV(B) 351.66º 0.67% 0.88% -
XYZ 35.57 21.73 13.15 -
YUV 121.54 113.03 201.79 -
System Red Green Blue C M Y K H S L
Decimal 225 74 95 0 0.67 0.58 0.12 351.66 0.72 0.59
Hex E1 4A 5F 0 43 3A C 160 48 3B
Octal 341 112 137 0 103 72 14 540 110 73
Binary 11100001 1001010 1011111 0 1000011 111010 1100 101100000 1001000 111011

Color Harmonies of #E14A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14A5F

Black with #E14A5F

Text Example


Text Example

White with #E14A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14A5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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