Html Css Color HEX #E7614F Flamingo

📋 copy color: '#E7614F'

red 231 ◦ green 97 ◦ blue 79

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

Shades of Flamingo #E7614F

Tints of Flamingo #E7614F

RGB

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

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

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

R = 56.76%
G = 23.83%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E7614F (or 0xE7614F) is known color: Flamingo. HEX triplet: E7, 61 and 4F. RGB value is (231,97,79). Sum of RGB (Red+Green+Blue) = 231+97+79=407 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.76% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 231 - color contains mainly: red. Hex color #E7614F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7614F is #189EB0. Grayscale: #878787. Windows color (decimal): -1613489 or 5202407. OLE color: 5202407.

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

Color convert

RGB 231 97 79 -
CMYK 0 0.58 0.66 0.09
HSL 7.11º 0.76% 0.61% -
HSV(B) 7.11º 0.66% 0.91% -
XYZ 38.64 26.1 10.4 -
YUV 135.01 96.39 196.46 -
System Red Green Blue C M Y K H S L
Decimal 231 97 79 0 0.58 0.66 0.09 7.11 0.76 0.61
Hex E7 61 4F 0 3A 42 9 7 4C 3D
Octal 347 141 117 0 72 102 11 7 114 75
Binary 11100111 1100001 1001111 0 111010 1000010 1001 111 1001100 111101

Color Harmonies of #E7614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7614F

Black with #E7614F

Text Example


Text Example

White with #E7614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7614F; }

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

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

background-color css

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

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

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

border-color css

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

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

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