Html Css Color HEX #EA5644 Flamingo

📋 copy color: '#EA5644'

red 234 ◦ green 86 ◦ blue 68

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

Shades of Flamingo #EA5644

Tints of Flamingo #EA5644

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.16%

 BLUE value IS 68 (26.95% from 255) = 17.53%

R = 60.31%
G = 22.16%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA5644 (or 0xEA5644) is known color: Flamingo. HEX triplet: EA, 56 and 44. RGB value is (234,86,68). Sum of RGB (Red+Green+Blue) = 234+86+68=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5644 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5644 is #15A9BB. Grayscale: #808080. Windows color (decimal): -1419708 or 4478698. OLE color: 4478698.

HSL color Cylindrical-coordinate representation of color #EA5644: hue angle of 6.51º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA5644 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 86 68 -
CMYK 0 0.63 0.71 0.08
HSL 6.51º 0.8% 0.59% -
HSV(B) 6.51º 0.71% 0.92% -
XYZ 38.3 24.57 8.19 -
YUV 128.2 94.03 203.46 -
System Red Green Blue C M Y K H S L
Decimal 234 86 68 0 0.63 0.71 0.08 6.51 0.8 0.59
Hex EA 56 44 0 3F 47 8 7 50 3B
Octal 352 126 104 0 77 107 10 7 120 73
Binary 11101010 1010110 1000100 0 111111 1000111 1000 111 1010000 111011

Color Harmonies of #EA5644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5644

Black with #EA5644

Text Example


Text Example

White with #EA5644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5644; }

 p { color: rgb(234,86,68); }

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

background-color css

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

 a { background-color: rgb(234,86,68); }

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

border-color css

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

 span { border-color: rgb(234,86,68); }

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