Html Css Color HEX #E8614D Flamingo

📋 copy color: '#E8614D'

red 232 ◦ green 97 ◦ blue 77

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

Shades of Flamingo #E8614D

Tints of Flamingo #E8614D

RGB

 RED value IS 232 (91.02% from 255) = 57.14%

 GREEN value IS 97 (38.28% from 255) = 23.89%

 BLUE value IS 77 (30.47% from 255) = 18.97%

R = 57.14%
G = 23.89%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E8614D (or 0xE8614D) is known color: Flamingo. HEX triplet: E8, 61 and 4D. RGB value is (232,97,77). Sum of RGB (Red+Green+Blue) = 232+97+77=406 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.14% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 232 - color contains mainly: red. Hex color #E8614D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8614D is #179EB2. Grayscale: #878787. Windows color (decimal): -1547955 or 5071336. OLE color: 5071336.

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

Color convert

RGB 232 97 77 -
CMYK 0 0.58 0.67 0.09
HSL 7.74º 0.77% 0.61% -
HSV(B) 7.74º 0.67% 0.91% -
XYZ 38.89 26.24 10.04 -
YUV 135.09 95.23 197.13 -
System Red Green Blue C M Y K H S L
Decimal 232 97 77 0 0.58 0.67 0.09 7.74 0.77 0.61
Hex E8 61 4D 0 3A 43 9 8 4D 3D
Octal 350 141 115 0 72 103 11 10 115 75
Binary 11101000 1100001 1001101 0 111010 1000011 1001 1000 1001101 111101

Color Harmonies of #E8614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8614D

Black with #E8614D

Text Example


Text Example

White with #E8614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8614D; }

 p { color: rgb(232,97,77); }

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

background-color css

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

 a { background-color: rgb(232,97,77); }

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

border-color css

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

 span { border-color: rgb(232,97,77); }

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