Html Css Color HEX #E1485C Mandy

📋 copy color: '#E1485C'

red 225 ◦ green 72 ◦ blue 92

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

Shades of Mandy #E1485C

Tints of Mandy #E1485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.65%

R = 57.84%
G = 18.51%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1485C (or 0xE1485C) is known color: Mandy. HEX triplet: E1, 48 and 5C. RGB value is (225,72,92). Sum of RGB (Red+Green+Blue) = 225+72+92=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E1485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1485C is #1EB7A3. Grayscale: #787878. Windows color (decimal): -2013092 or 6047969. OLE color: 6047969.

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

Color convert

RGB 225 72 92 -
CMYK 0 0.68 0.59 0.12
HSL 352.16º 0.72% 0.58% -
HSV(B) 352.16º 0.68% 0.88% -
XYZ 35.3 21.41 12.4 -
YUV 120.03 112.19 202.87 -
System Red Green Blue C M Y K H S L
Decimal 225 72 92 0 0.68 0.59 0.12 352.16 0.72 0.58
Hex E1 48 5C 0 44 3B C 160 48 3A
Octal 341 110 134 0 104 73 14 540 110 72
Binary 11100001 1001000 1011100 0 1000100 111011 1100 101100000 1001000 111010

Color Harmonies of #E1485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1485C

Black with #E1485C

Text Example


Text Example

White with #E1485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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