Html Css Color HEX #EA5544 Flamingo

📋 copy color: '#EA5544'

red 234 ◦ green 85 ◦ blue 68

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

Shades of Flamingo #EA5544

Tints of Flamingo #EA5544

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.96%

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

R = 60.47%
G = 21.96%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA5544 (or 0xEA5544) is known color: Flamingo. HEX triplet: EA, 55 and 44. RGB value is (234,85,68). Sum of RGB (Red+Green+Blue) = 234+85+68=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5544 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5544 is #15AABB. Grayscale: #7F7F7F. Windows color (decimal): -1419964 or 4478442. OLE color: 4478442.

HSL color Cylindrical-coordinate representation of color #EA5544: hue angle of 6.14º 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 #EA5544 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 85 68 -
CMYK 0 0.64 0.71 0.08
HSL 6.14º 0.8% 0.59% -
HSV(B) 6.14º 0.71% 0.92% -
XYZ 38.22 24.41 8.17 -
YUV 127.61 94.36 203.88 -
System Red Green Blue C M Y K H S L
Decimal 234 85 68 0 0.64 0.71 0.08 6.14 0.8 0.59
Hex EA 55 44 0 40 47 8 6 50 3B
Octal 352 125 104 0 100 107 10 6 120 73
Binary 11101010 1010101 1000100 0 1000000 1000111 1000 110 1010000 111011

Color Harmonies of #EA5544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5544

Black with #EA5544

Text Example


Text Example

White with #EA5544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5544; }

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

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

background-color css

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

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

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

border-color css

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

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

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