Html Css Color HEX #E14656 Mandy

📋 copy color: '#E14656'

red 225 ◦ green 70 ◦ blue 86

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

Shades of Mandy #E14656

Tints of Mandy #E14656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.37%

 BLUE value IS 86 (33.98% from 255) = 22.57%

R = 59.06%
G = 18.37%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E14656 (or 0xE14656) is known color: Mandy. HEX triplet: E1, 46 and 56. RGB value is (225,70,86). Sum of RGB (Red+Green+Blue) = 225+70+86=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E14656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14656 is #1EB9A9. Grayscale: #767676. Windows color (decimal): -2013610 or 5654241. OLE color: 5654241.

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

Color convert

RGB 225 70 86 -
CMYK 0 0.69 0.62 0.12
HSL 353.81º 0.72% 0.58% -
HSV(B) 353.81º 0.69% 0.88% -
XYZ 34.92 21.06 11.03 -
YUV 118.17 109.85 204.2 -
System Red Green Blue C M Y K H S L
Decimal 225 70 86 0 0.69 0.62 0.12 353.81 0.72 0.58
Hex E1 46 56 0 45 3E C 162 48 3A
Octal 341 106 126 0 105 76 14 542 110 72
Binary 11100001 1000110 1010110 0 1000101 111110 1100 101100010 1001000 111010

Color Harmonies of #E14656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14656

Black with #E14656

Text Example


Text Example

White with #E14656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14656; }

 p { color: rgb(225,70,86); }

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

background-color css

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

 a { background-color: rgb(225,70,86); }

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

border-color css

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

 span { border-color: rgb(225,70,86); }

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