Html Css Color HEX #E6474C Mandy

📋 copy color: '#E6474C'

red 230 ◦ green 71 ◦ blue 76

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

Shades of Mandy #E6474C

Tints of Mandy #E6474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.16%

R = 61.01%
G = 18.83%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6474C (or 0xE6474C) is known color: Mandy. HEX triplet: E6, 47 and 4C. RGB value is (230,71,76). Sum of RGB (Red+Green+Blue) = 230+71+76=377 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.01% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 230 - color contains mainly: red. Hex color #E6474C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6474C is #19B8B3. Grayscale: #777777. Windows color (decimal): -1685684 or 4999142. OLE color: 4999142.

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

Color convert

RGB 230 71 76 -
CMYK 0 0.69 0.67 0.10
HSL 358.11º 0.76% 0.59% -
HSV(B) 358.11º 0.69% 0.9% -
XYZ 36.19 21.85 9.15 -
YUV 119.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 230 71 76 0 0.69 0.67 0.10 358.11 0.76 0.59
Hex E6 47 4C 0 45 43 A 166 4C 3B
Octal 346 107 114 0 105 103 12 546 114 73
Binary 11100110 1000111 1001100 0 1000101 1000011 1010 101100110 1001100 111011

Color Harmonies of #E6474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6474C

Black with #E6474C

Text Example


Text Example

White with #E6474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6474C; }

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

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

background-color css

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

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

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

border-color css

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

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

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