Html Css Color HEX #E14357 Mandy

📋 copy color: '#E14357'

red 225 ◦ green 67 ◦ blue 87

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

Shades of Mandy #E14357

Tints of Mandy #E14357

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.68%

 BLUE value IS 87 (34.38% from 255) = 22.96%

R = 59.37%
G = 17.68%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E14357 (or 0xE14357) is known color: Mandy. HEX triplet: E1, 43 and 57. RGB value is (225,67,87). Sum of RGB (Red+Green+Blue) = 225+67+87=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E14357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14357 is #1EBCA8. Grayscale: #747474. Windows color (decimal): -2014377 or 5719009. OLE color: 5719009.

HSL color Cylindrical-coordinate representation of color #E14357: hue angle of 352.41º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E14357 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 67 87 -
CMYK 0 0.70 0.61 0.12
HSL 352.41º 0.72% 0.57% -
HSV(B) 352.41º 0.7% 0.88% -
XYZ 34.78 20.71 11.18 -
YUV 116.52 111.35 205.37 -
System Red Green Blue C M Y K H S L
Decimal 225 67 87 0 0.70 0.61 0.12 352.41 0.72 0.57
Hex E1 43 57 0 46 3D C 160 48 39
Octal 341 103 127 0 106 75 14 540 110 71
Binary 11100001 1000011 1010111 0 1000110 111101 1100 101100000 1001000 111001

Color Harmonies of #E14357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14357

Black with #E14357

Text Example


Text Example

White with #E14357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14357; }

 p { color: rgb(225,67,87); }

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

background-color css

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

 a { background-color: rgb(225,67,87); }

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

border-color css

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

 span { border-color: rgb(225,67,87); }

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