Html Css Color HEX #EA5E44 Flamingo

📋 copy color: '#EA5E44'

red 234 ◦ green 94 ◦ blue 68

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

Shades of Flamingo #EA5E44

Tints of Flamingo #EA5E44

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.74%

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

R = 59.09%
G = 23.74%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA5E44 (or 0xEA5E44) is known color: Flamingo. HEX triplet: EA, 5E and 44. RGB value is (234,94,68). Sum of RGB (Red+Green+Blue) = 234+94+68=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E44 is #15A1BB. Grayscale: #858585. Windows color (decimal): -1417660 or 4480746. OLE color: 4480746.

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

Color convert

RGB 234 94 68 -
CMYK 0 0.60 0.71 0.08
HSL 9.4º 0.8% 0.59% -
HSV(B) 9.4º 0.71% 0.92% -
XYZ 38.98 25.92 8.42 -
YUV 132.9 91.38 200.11 -
System Red Green Blue C M Y K H S L
Decimal 234 94 68 0 0.60 0.71 0.08 9.4 0.8 0.59
Hex EA 5E 44 0 3C 47 8 9 50 3B
Octal 352 136 104 0 74 107 10 11 120 73
Binary 11101010 1011110 1000100 0 111100 1000111 1000 1001 1010000 111011

Color Harmonies of #EA5E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E44

Black with #EA5E44

Text Example


Text Example

White with #EA5E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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