Html Css Color HEX #E14755 Mandy

📋 copy color: '#E14755'

red 225 ◦ green 71 ◦ blue 85

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

Shades of Mandy #E14755

Tints of Mandy #E14755

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.64%

 BLUE value IS 85 (33.59% from 255) = 22.31%

R = 59.06%
G = 18.64%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E14755 (or 0xE14755) is known color: Mandy. HEX triplet: E1, 47 and 55. RGB value is (225,71,85). Sum of RGB (Red+Green+Blue) = 225+71+85=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E14755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14755 is #1EB8AA. Grayscale: #767676. Windows color (decimal): -2013355 or 5588961. OLE color: 5588961.

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

Color convert

RGB 225 71 85 -
CMYK 0 0.68 0.62 0.12
HSL 354.55º 0.72% 0.58% -
HSV(B) 354.55º 0.68% 0.88% -
XYZ 34.94 21.17 10.84 -
YUV 118.64 109.02 203.86 -
System Red Green Blue C M Y K H S L
Decimal 225 71 85 0 0.68 0.62 0.12 354.55 0.72 0.58
Hex E1 47 55 0 44 3E C 163 48 3A
Octal 341 107 125 0 104 76 14 543 110 72
Binary 11100001 1000111 1010101 0 1000100 111110 1100 101100011 1001000 111010

Color Harmonies of #E14755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14755

Black with #E14755

Text Example


Text Example

White with #E14755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14755; }

 p { color: rgb(225,71,85); }

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

background-color css

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

 a { background-color: rgb(225,71,85); }

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

border-color css

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

 span { border-color: rgb(225,71,85); }

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