Html Css Color HEX #E9614A Flamingo

📋 copy color: '#E9614A'

red 233 ◦ green 97 ◦ blue 74

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

Shades of Flamingo #E9614A

Tints of Flamingo #E9614A

RGB

 RED value IS 233 (91.41% from 255) = 57.67%

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

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

R = 57.67%
G = 24.01%
B = 18.32%

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

#E9614A (or 0xE9614A) is known color: Flamingo. HEX triplet: E9, 61 and 4A. RGB value is (233,97,74). Sum of RGB (Red+Green+Blue) = 233+97+74=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E9614A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9614A is #169EB5. Grayscale: #878787. Windows color (decimal): -1482422 or 4874729. OLE color: 4874729.

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

Color convert

RGB 233 97 74 -
CMYK 0 0.58 0.68 0.09
HSL 8.68º 0.78% 0.6% -
HSV(B) 8.68º 0.68% 0.91% -
XYZ 39.12 26.37 9.51 -
YUV 135.04 93.56 197.87 -
System Red Green Blue C M Y K H S L
Decimal 233 97 74 0 0.58 0.68 0.09 8.68 0.78 0.6
Hex E9 61 4A 0 3A 44 9 9 4E 3C
Octal 351 141 112 0 72 104 11 11 116 74
Binary 11101001 1100001 1001010 0 111010 1000100 1001 1001 1001110 111100

Color Harmonies of #E9614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9614A

Black with #E9614A

Text Example


Text Example

White with #E9614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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