Html Css Color HEX #E7614A Flamingo

📋 copy color: '#E7614A'

red 231 ◦ green 97 ◦ blue 74

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

Shades of Flamingo #E7614A

Tints of Flamingo #E7614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.41%

R = 57.46%
G = 24.13%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7614A (or 0xE7614A) is known color: Flamingo. HEX triplet: E7, 61 and 4A. RGB value is (231,97,74). Sum of RGB (Red+Green+Blue) = 231+97+74=402 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.46% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 231 - color contains mainly: red. Hex color #E7614A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7614A is #189EB5. Grayscale: #868686. Windows color (decimal): -1613494 or 4874727. OLE color: 4874727.

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

Color convert

RGB 231 97 74 -
CMYK 0 0.58 0.68 0.09
HSL 8.79º 0.77% 0.6% -
HSV(B) 8.79º 0.68% 0.91% -
XYZ 38.47 26.03 9.48 -
YUV 134.44 93.89 196.87 -
System Red Green Blue C M Y K H S L
Decimal 231 97 74 0 0.58 0.68 0.09 8.79 0.77 0.6
Hex E7 61 4A 0 3A 44 9 9 4D 3C
Octal 347 141 112 0 72 104 11 11 115 74
Binary 11100111 1100001 1001010 0 111010 1000100 1001 1001 1001101 111100

Color Harmonies of #E7614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7614A

Black with #E7614A

Text Example


Text Example

White with #E7614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7614A; }

 p { color: rgb(231,97,74); }

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

background-color css

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

 a { background-color: rgb(231,97,74); }

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

border-color css

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

 span { border-color: rgb(231,97,74); }

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