Html Css Color HEX #E6544E Flamingo

📋 copy color: '#E6544E'

red 230 ◦ green 84 ◦ blue 78

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

Shades of Flamingo #E6544E

Tints of Flamingo #E6544E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.43%

 BLUE value IS 78 (30.86% from 255) = 19.9%

R = 58.67%
G = 21.43%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E6544E (or 0xE6544E) is known color: Flamingo. HEX triplet: E6, 54 and 4E. RGB value is (230,84,78). Sum of RGB (Red+Green+Blue) = 230+84+78=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E6544E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6544E is #19ABB1. Grayscale: #7F7F7F. Windows color (decimal): -1682354 or 5133542. OLE color: 5133542.

HSL color Cylindrical-coordinate representation of color #E6544E: hue angle of 2.37º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6544E is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 84 78 -
CMYK 0 0.63 0.66 0.10
HSL 2.37º 0.75% 0.6% -
HSV(B) 2.37º 0.66% 0.9% -
XYZ 37.18 23.71 9.83 -
YUV 126.97 100.37 201.49 -
System Red Green Blue C M Y K H S L
Decimal 230 84 78 0 0.63 0.66 0.10 2.37 0.75 0.6
Hex E6 54 4E 0 3F 42 A 2 4B 3C
Octal 346 124 116 0 77 102 12 2 113 74
Binary 11100110 1010100 1001110 0 111111 1000010 1010 10 1001011 111100

Color Harmonies of #E6544E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6544E

Black with #E6544E

Text Example


Text Example

White with #E6544E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6544E; }

 p { color: rgb(230,84,78); }

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

background-color css

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

 a { background-color: rgb(230,84,78); }

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

border-color css

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

 span { border-color: rgb(230,84,78); }

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