Html Css Color HEX #E1464C Mandy

📋 copy color: '#E1464C'

red 225 ◦ green 70 ◦ blue 76

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

Shades of Mandy #E1464C

Tints of Mandy #E1464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.49%

R = 60.65%
G = 18.87%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1464C (or 0xE1464C) is known color: Mandy. HEX triplet: E1, 46 and 4C. RGB value is (225,70,76). Sum of RGB (Red+Green+Blue) = 225+70+76=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E1464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1464C is #1EB9B3. Grayscale: #757575. Windows color (decimal): -2013620 or 4998881. OLE color: 4998881.

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

Color convert

RGB 225 70 76 -
CMYK 0 0.69 0.66 0.12
HSL 357.68º 0.72% 0.58% -
HSV(B) 357.68º 0.69% 0.88% -
XYZ 34.55 20.91 9.05 -
YUV 117.03 104.85 205.01 -
System Red Green Blue C M Y K H S L
Decimal 225 70 76 0 0.69 0.66 0.12 357.68 0.72 0.58
Hex E1 46 4C 0 45 42 C 166 48 3A
Octal 341 106 114 0 105 102 14 546 110 72
Binary 11100001 1000110 1001100 0 1000101 1000010 1100 101100110 1001000 111010

Color Harmonies of #E1464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1464C

Black with #E1464C

Text Example


Text Example

White with #E1464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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