Html Css Color HEX #E6485D Mandy

📋 copy color: '#E6485D'

red 230 ◦ green 72 ◦ blue 93

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

Shades of Mandy #E6485D

Tints of Mandy #E6485D

RGB

 RED value IS 230 (90.23% from 255) = 58.23%

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

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

R = 58.23%
G = 18.23%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6485D (or 0xE6485D) is known color: Mandy. HEX triplet: E6, 48 and 5D. RGB value is (230,72,93). Sum of RGB (Red+Green+Blue) = 230+72+93=395 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.23% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 230 - color contains mainly: red. Hex color #E6485D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6485D is #19B7A2. Grayscale: #797979. Windows color (decimal): -1685411 or 6113510. OLE color: 6113510.

HSL color Cylindrical-coordinate representation of color #E6485D: hue angle of 352.03º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6485D is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 72 93 -
CMYK 0 0.69 0.60 0.10
HSL 352.03º 0.76% 0.59% -
HSV(B) 352.03º 0.69% 0.9% -
XYZ 36.93 22.25 12.7 -
YUV 121.64 111.85 205.29 -
System Red Green Blue C M Y K H S L
Decimal 230 72 93 0 0.69 0.60 0.10 352.03 0.76 0.59
Hex E6 48 5D 0 45 3C A 160 4C 3B
Octal 346 110 135 0 105 74 12 540 114 73
Binary 11100110 1001000 1011101 0 1000101 111100 1010 101100000 1001100 111011

Color Harmonies of #E6485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6485D

Black with #E6485D

Text Example


Text Example

White with #E6485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6485D; }

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

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

background-color css

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

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

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

border-color css

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

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

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