Html Css Color HEX #E6475A Mandy

📋 copy color: '#E6475A'

red 230 ◦ green 71 ◦ blue 90

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

Shades of Mandy #E6475A

Tints of Mandy #E6475A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.16%

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

R = 58.82%
G = 18.16%
B = 23.02%

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

#E6475A (or 0xE6475A) is known color: Mandy. HEX triplet: E6, 47 and 5A. RGB value is (230,71,90). Sum of RGB (Red+Green+Blue) = 230+71+90=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E6475A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6475A is #19B8A5. Grayscale: #787878. Windows color (decimal): -1685670 or 5916646. OLE color: 5916646.

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

Color convert

RGB 230 71 90 -
CMYK 0 0.69 0.61 0.10
HSL 352.83º 0.76% 0.59% -
HSV(B) 352.83º 0.69% 0.9% -
XYZ 36.73 22.07 12 -
YUV 120.71 110.68 205.96 -
System Red Green Blue C M Y K H S L
Decimal 230 71 90 0 0.69 0.61 0.10 352.83 0.76 0.59
Hex E6 47 5A 0 45 3D A 161 4C 3B
Octal 346 107 132 0 105 75 12 541 114 73
Binary 11100110 1000111 1011010 0 1000101 111101 1010 101100001 1001100 111011

Color Harmonies of #E6475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6475A

Black with #E6475A

Text Example


Text Example

White with #E6475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6475A; }

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

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

background-color css

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

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

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

border-color css

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

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

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