Html Css Color HEX #E1465A Mandy

📋 copy color: '#E1465A'

red 225 ◦ green 70 ◦ blue 90

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

Shades of Mandy #E1465A

Tints of Mandy #E1465A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.38%

R = 58.44%
G = 18.18%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1465A (or 0xE1465A) is known color: Mandy. HEX triplet: E1, 46 and 5A. RGB value is (225,70,90). Sum of RGB (Red+Green+Blue) = 225+70+90=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E1465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1465A is #1EB9A5. Grayscale: #767676. Windows color (decimal): -2013606 or 5916385. OLE color: 5916385.

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

Color convert

RGB 225 70 90 -
CMYK 0 0.69 0.60 0.12
HSL 352.26º 0.72% 0.58% -
HSV(B) 352.26º 0.69% 0.88% -
XYZ 35.09 21.13 11.9 -
YUV 118.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 225 70 90 0 0.69 0.60 0.12 352.26 0.72 0.58
Hex E1 46 5A 0 45 3C C 160 48 3A
Octal 341 106 132 0 105 74 14 540 110 72
Binary 11100001 1000110 1011010 0 1000101 111100 1100 101100000 1001000 111010

Color Harmonies of #E1465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1465A

Black with #E1465A

Text Example


Text Example

White with #E1465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1465A; }

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

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

background-color css

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

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

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

border-color css

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

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

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