Html Css Color HEX #E6564C Flamingo

📋 copy color: '#E6564C'

red 230 ◦ green 86 ◦ blue 76

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

Shades of Flamingo #E6564C

Tints of Flamingo #E6564C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.94%

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

R = 58.67%
G = 21.94%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6564C (or 0xE6564C) is known color: Flamingo. HEX triplet: E6, 56 and 4C. RGB value is (230,86,76). Sum of RGB (Red+Green+Blue) = 230+86+76=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E6564C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6564C is #19A9B3. Grayscale: #808080. Windows color (decimal): -1681844 or 5002982. OLE color: 5002982.

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

Color convert

RGB 230 86 76 -
CMYK 0 0.63 0.67 0.10
HSL 3.9º 0.75% 0.6% -
HSV(B) 3.9º 0.67% 0.9% -
XYZ 37.27 24 9.51 -
YUV 127.92 98.71 200.81 -
System Red Green Blue C M Y K H S L
Decimal 230 86 76 0 0.63 0.67 0.10 3.9 0.75 0.6
Hex E6 56 4C 0 3F 43 A 4 4B 3C
Octal 346 126 114 0 77 103 12 4 113 74
Binary 11100110 1010110 1001100 0 111111 1000011 1010 100 1001011 111100

Color Harmonies of #E6564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6564C

Black with #E6564C

Text Example


Text Example

White with #E6564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6564C; }

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

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

background-color css

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

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

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

border-color css

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

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

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