Html Css Color HEX #E6485B Mandy

📋 copy color: '#E6485B'

red 230 ◦ green 72 ◦ blue 91

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

Shades of Mandy #E6485B

Tints of Mandy #E6485B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.16%

R = 58.52%
G = 18.32%
B = 23.16%

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

#E6485B (or 0xE6485B) is known color: Mandy. HEX triplet: E6, 48 and 5B. RGB value is (230,72,91). Sum of RGB (Red+Green+Blue) = 230+72+91=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E6485B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6485B is #19B7A4. Grayscale: #797979. Windows color (decimal): -1685413 or 5982438. OLE color: 5982438.

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

Color convert

RGB 230 72 91 -
CMYK 0 0.69 0.60 0.10
HSL 352.78º 0.76% 0.59% -
HSV(B) 352.78º 0.69% 0.9% -
XYZ 36.84 22.21 12.24 -
YUV 121.41 110.85 205.46 -
System Red Green Blue C M Y K H S L
Decimal 230 72 91 0 0.69 0.60 0.10 352.78 0.76 0.59
Hex E6 48 5B 0 45 3C A 161 4C 3B
Octal 346 110 133 0 105 74 12 541 114 73
Binary 11100110 1001000 1011011 0 1000101 111100 1010 101100001 1001100 111011

Color Harmonies of #E6485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6485B

Black with #E6485B

Text Example


Text Example

White with #E6485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6485B; }

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

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

background-color css

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

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

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

border-color css

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

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

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