Html Css Color HEX #EA6949 Flamingo

📋 copy color: '#EA6949'

red 234 ◦ green 105 ◦ blue 73

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

Shades of Flamingo #EA6949

Tints of Flamingo #EA6949

RGB

 RED value IS 234 (91.8% from 255) = 56.8%

 GREEN value IS 105 (41.41% from 255) = 25.49%

 BLUE value IS 73 (28.91% from 255) = 17.72%

R = 56.8%
G = 25.49%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA6949 (or 0xEA6949) is known color: Flamingo. HEX triplet: EA, 69 and 49. RGB value is (234,105,73). Sum of RGB (Red+Green+Blue) = 234+105+73=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6949 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6949 is #1596B6. Grayscale: #8C8C8C. Windows color (decimal): -1414839 or 4811242. OLE color: 4811242.

HSL color Cylindrical-coordinate representation of color #EA6949: hue angle of 11.93º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA6949 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 105 73 -
CMYK 0 0.55 0.69 0.08
HSL 11.93º 0.79% 0.6% -
HSV(B) 11.93º 0.69% 0.92% -
XYZ 40.19 28.08 9.6 -
YUV 139.92 90.24 195.1 -
System Red Green Blue C M Y K H S L
Decimal 234 105 73 0 0.55 0.69 0.08 11.93 0.79 0.6
Hex EA 69 49 0 37 45 8 C 4F 3C
Octal 352 151 111 0 67 105 10 14 117 74
Binary 11101010 1101001 1001001 0 110111 1000101 1000 1100 1001111 111100

Color Harmonies of #EA6949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6949

Black with #EA6949

Text Example


Text Example

White with #EA6949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6949; }

 p { color: rgb(234,105,73); }

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

background-color css

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

 a { background-color: rgb(234,105,73); }

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

border-color css

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

 span { border-color: rgb(234,105,73); }

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