Html Css Color HEX #E1485F Mandy

📋 copy color: '#E1485F'

red 225 ◦ green 72 ◦ blue 95

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

Shades of Mandy #E1485F

Tints of Mandy #E1485F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.37%

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

R = 57.4%
G = 18.37%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1485F (or 0xE1485F) is known color: Mandy. HEX triplet: E1, 48 and 5F. RGB value is (225,72,95). Sum of RGB (Red+Green+Blue) = 225+72+95=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E1485F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1485F is #1EB7A0. Grayscale: #787878. Windows color (decimal): -2013089 or 6244577. OLE color: 6244577.

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

Color convert

RGB 225 72 95 -
CMYK 0 0.68 0.58 0.12
HSL 350.98º 0.72% 0.58% -
HSV(B) 350.98º 0.68% 0.88% -
XYZ 35.43 21.47 13.1 -
YUV 120.37 113.69 202.63 -
System Red Green Blue C M Y K H S L
Decimal 225 72 95 0 0.68 0.58 0.12 350.98 0.72 0.58
Hex E1 48 5F 0 44 3A C 15F 48 3A
Octal 341 110 137 0 104 72 14 537 110 72
Binary 11100001 1001000 1011111 0 1000100 111010 1100 101011111 1001000 111010

Color Harmonies of #E1485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1485F

Black with #E1485F

Text Example


Text Example

White with #E1485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1485F; }

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

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

background-color css

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

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

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

border-color css

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

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

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