Html Css Color HEX #E1454D Mandy

📋 copy color: '#E1454D'

red 225 ◦ green 69 ◦ blue 77

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

Shades of Mandy #E1454D

Tints of Mandy #E1454D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.6%

 BLUE value IS 77 (30.47% from 255) = 20.75%

R = 60.65%
G = 18.6%
B = 20.75%

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

#E1454D (or 0xE1454D) is known color: Mandy. HEX triplet: E1, 45 and 4D. RGB value is (225,69,77). Sum of RGB (Red+Green+Blue) = 225+69+77=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E1454D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1454D is #1EBAB2. Grayscale: #747474. Windows color (decimal): -2013875 or 5064161. OLE color: 5064161.

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

Color convert

RGB 225 69 77 -
CMYK 0 0.69 0.66 0.12
HSL 356.92º 0.72% 0.58% -
HSV(B) 356.92º 0.69% 0.88% -
XYZ 34.52 20.8 9.22 -
YUV 116.56 105.68 205.35 -
System Red Green Blue C M Y K H S L
Decimal 225 69 77 0 0.69 0.66 0.12 356.92 0.72 0.58
Hex E1 45 4D 0 45 42 C 165 48 3A
Octal 341 105 115 0 105 102 14 545 110 72
Binary 11100001 1000101 1001101 0 1000101 1000010 1100 101100101 1001000 111010

Color Harmonies of #E1454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1454D

Black with #E1454D

Text Example


Text Example

White with #E1454D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1454D; }

 p { color: rgb(225,69,77); }

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

background-color css

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

 a { background-color: rgb(225,69,77); }

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

border-color css

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

 span { border-color: rgb(225,69,77); }

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