Html Css Color HEX #E14955 Mandy

📋 copy color: '#E14955'

red 225 ◦ green 73 ◦ blue 85

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

Shades of Mandy #E14955

Tints of Mandy #E14955

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.06%

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

R = 58.75%
G = 19.06%
B = 22.19%

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

#E14955 (or 0xE14955) is known color: Mandy. HEX triplet: E1, 49 and 55. RGB value is (225,73,85). Sum of RGB (Red+Green+Blue) = 225+73+85=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E14955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14955 is #1EB6AA. Grayscale: #777777. Windows color (decimal): -2012843 or 5589473. OLE color: 5589473.

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

Color convert

RGB 225 73 85 -
CMYK 0 0.68 0.62 0.12
HSL 355.26º 0.72% 0.58% -
HSV(B) 355.26º 0.68% 0.88% -
XYZ 35.07 21.43 10.88 -
YUV 119.82 108.36 203.02 -
System Red Green Blue C M Y K H S L
Decimal 225 73 85 0 0.68 0.62 0.12 355.26 0.72 0.58
Hex E1 49 55 0 44 3E C 163 48 3A
Octal 341 111 125 0 104 76 14 543 110 72
Binary 11100001 1001001 1010101 0 1000100 111110 1100 101100011 1001000 111010

Color Harmonies of #E14955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14955

Black with #E14955

Text Example


Text Example

White with #E14955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14955; }

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

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

background-color css

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

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

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

border-color css

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

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

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