Html Css Color HEX #E7664F Flamingo

📋 copy color: '#E7664F'

red 231 ◦ green 102 ◦ blue 79

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

Shades of Flamingo #E7664F

Tints of Flamingo #E7664F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.76%

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

R = 56.07%
G = 24.76%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E7664F (or 0xE7664F) is known color: Flamingo. HEX triplet: E7, 66 and 4F. RGB value is (231,102,79). Sum of RGB (Red+Green+Blue) = 231+102+79=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E7664F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7664F is #1899B0. Grayscale: #8A8A8A. Windows color (decimal): -1612209 or 5203687. OLE color: 5203687.

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

Color convert

RGB 231 102 79 -
CMYK 0 0.56 0.66 0.09
HSL 9.08º 0.76% 0.61% -
HSV(B) 9.08º 0.66% 0.91% -
XYZ 39.12 27.06 10.56 -
YUV 137.95 94.74 194.37 -
System Red Green Blue C M Y K H S L
Decimal 231 102 79 0 0.56 0.66 0.09 9.08 0.76 0.61
Hex E7 66 4F 0 38 42 9 9 4C 3D
Octal 347 146 117 0 70 102 11 11 114 75
Binary 11100111 1100110 1001111 0 111000 1000010 1001 1001 1001100 111101

Color Harmonies of #E7664F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7664F

Black with #E7664F

Text Example


Text Example

White with #E7664F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7664F; }

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

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

background-color css

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

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

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

border-color css

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

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

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