Html Css Color HEX #E6485A Mandy

📋 copy color: '#E6485A'

red 230 ◦ green 72 ◦ blue 90

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

Shades of Mandy #E6485A

Tints of Mandy #E6485A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.96%

R = 58.67%
G = 18.37%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6485A (or 0xE6485A) is known color: Mandy. HEX triplet: E6, 48 and 5A. RGB value is (230,72,90). Sum of RGB (Red+Green+Blue) = 230+72+90=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E6485A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6485A is #19B7A5. Grayscale: #797979. Windows color (decimal): -1685414 or 5916902. OLE color: 5916902.

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

Color convert

RGB 230 72 90 -
CMYK 0 0.69 0.61 0.10
HSL 353.16º 0.76% 0.59% -
HSV(B) 353.16º 0.69% 0.9% -
XYZ 36.8 22.2 12.02 -
YUV 121.29 110.35 205.54 -
System Red Green Blue C M Y K H S L
Decimal 230 72 90 0 0.69 0.61 0.10 353.16 0.76 0.59
Hex E6 48 5A 0 45 3D A 161 4C 3B
Octal 346 110 132 0 105 75 12 541 114 73
Binary 11100110 1001000 1011010 0 1000101 111101 1010 101100001 1001100 111011

Color Harmonies of #E6485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6485A

Black with #E6485A

Text Example


Text Example

White with #E6485A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6485A; }

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

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

background-color css

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

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

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

border-color css

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

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

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