Html Css Color HEX #E7564F Flamingo

📋 copy color: '#E7564F'

red 231 ◦ green 86 ◦ blue 79

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

Shades of Flamingo #E7564F

Tints of Flamingo #E7564F

RGB

 RED value IS 231 (90.63% from 255) = 58.33%

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

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

R = 58.33%
G = 21.72%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E7564F (or 0xE7564F) is known color: Flamingo. HEX triplet: E7, 56 and 4F. RGB value is (231,86,79). Sum of RGB (Red+Green+Blue) = 231+86+79=396 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.33% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 231 - color contains mainly: red. Hex color #E7564F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7564F is #18A9B0. Grayscale: #808080. Windows color (decimal): -1616305 or 5199591. OLE color: 5199591.

HSL color Cylindrical-coordinate representation of color #E7564F: hue angle of 2.76º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E7564F is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 86 79 -
CMYK 0 0.63 0.66 0.09
HSL 2.76º 0.76% 0.61% -
HSV(B) 2.76º 0.66% 0.91% -
XYZ 37.69 24.21 10.08 -
YUV 128.56 100.04 201.07 -
System Red Green Blue C M Y K H S L
Decimal 231 86 79 0 0.63 0.66 0.09 2.76 0.76 0.61
Hex E7 56 4F 0 3F 42 9 3 4C 3D
Octal 347 126 117 0 77 102 11 3 114 75
Binary 11100111 1010110 1001111 0 111111 1000010 1001 11 1001100 111101

Color Harmonies of #E7564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7564F

Black with #E7564F

Text Example


Text Example

White with #E7564F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7564F; }

 p { color: rgb(231,86,79); }

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

background-color css

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

 a { background-color: rgb(231,86,79); }

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

border-color css

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

 span { border-color: rgb(231,86,79); }

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