Html Css Color HEX #E3485D Mandy

📋 copy color: '#E3485D'

red 227 ◦ green 72 ◦ blue 93

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

Shades of Mandy #E3485D

Tints of Mandy #E3485D

RGB

 RED value IS 227 (89.06% from 255) = 57.91%

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

 BLUE value IS 93 (36.72% from 255) = 23.72%

R = 57.91%
G = 18.37%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E3485D (or 0xE3485D) is known color: Mandy. HEX triplet: E3, 48 and 5D. RGB value is (227,72,93). Sum of RGB (Red+Green+Blue) = 227+72+93=392 (51% of max value = 765). Red value is 227 (89.06% from 255 or 57.91% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 227 - color contains mainly: red. Hex color #E3485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3485D is #1CB7A2. Grayscale: #787878. Windows color (decimal): -1882019 or 6113507. OLE color: 6113507.

HSL color Cylindrical-coordinate representation of color #E3485D: hue angle of 351.87º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E3485D is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 72 93 -
CMYK 0 0.68 0.59 0.11
HSL 351.87º 0.73% 0.59% -
HSV(B) 351.87º 0.68% 0.89% -
XYZ 35.97 21.76 12.66 -
YUV 120.74 112.35 203.79 -
System Red Green Blue C M Y K H S L
Decimal 227 72 93 0 0.68 0.59 0.11 351.87 0.73 0.59
Hex E3 48 5D 0 44 3B B 160 49 3B
Octal 343 110 135 0 104 73 13 540 111 73
Binary 11100011 1001000 1011101 0 1000100 111011 1011 101100000 1001001 111011

Color Harmonies of #E3485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3485D

Black with #E3485D

Text Example


Text Example

White with #E3485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3485D; }

 p { color: rgb(227,72,93); }

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

background-color css

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

 a { background-color: rgb(227,72,93); }

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

border-color css

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

 span { border-color: rgb(227,72,93); }

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