Html Css Color HEX #E6474F Mandy

📋 copy color: '#E6474F'

red 230 ◦ green 71 ◦ blue 79

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

Shades of Mandy #E6474F

Tints of Mandy #E6474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.79%

R = 60.53%
G = 18.68%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E6474F (or 0xE6474F) is known color: Mandy. HEX triplet: E6, 47 and 4F. RGB value is (230,71,79). Sum of RGB (Red+Green+Blue) = 230+71+79=380 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.53% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 230 - color contains mainly: red. Hex color #E6474F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6474F is #19B8B0. Grayscale: #777777. Windows color (decimal): -1685681 or 5195750. OLE color: 5195750.

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

Color convert

RGB 230 71 79 -
CMYK 0 0.69 0.66 0.10
HSL 356.98º 0.76% 0.59% -
HSV(B) 356.98º 0.69% 0.9% -
XYZ 36.3 21.89 9.71 -
YUV 119.45 105.18 206.85 -
System Red Green Blue C M Y K H S L
Decimal 230 71 79 0 0.69 0.66 0.10 356.98 0.76 0.59
Hex E6 47 4F 0 45 42 A 165 4C 3B
Octal 346 107 117 0 105 102 12 545 114 73
Binary 11100110 1000111 1001111 0 1000101 1000010 1010 101100101 1001100 111011

Color Harmonies of #E6474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6474F

Black with #E6474F

Text Example


Text Example

White with #E6474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6474F; }

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

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

background-color css

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

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

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

border-color css

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

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

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