Html Css Color HEX #EA5541 Flamingo

📋 copy color: '#EA5541'

red 234 ◦ green 85 ◦ blue 65

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

Shades of Flamingo #EA5541

Tints of Flamingo #EA5541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.93%

R = 60.94%
G = 22.14%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA5541 (or 0xEA5541) is known color: Flamingo. HEX triplet: EA, 55 and 41. RGB value is (234,85,65). Sum of RGB (Red+Green+Blue) = 234+85+65=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5541 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5541 is #15AABE. Grayscale: #7F7F7F. Windows color (decimal): -1419967 or 4281834. OLE color: 4281834.

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

Color convert

RGB 234 85 65 -
CMYK 0 0.64 0.72 0.08
HSL 7.1º 0.8% 0.59% -
HSV(B) 7.1º 0.72% 0.92% -
XYZ 38.13 24.37 7.7 -
YUV 127.27 92.86 204.13 -
System Red Green Blue C M Y K H S L
Decimal 234 85 65 0 0.64 0.72 0.08 7.1 0.8 0.59
Hex EA 55 41 0 40 48 8 7 50 3B
Octal 352 125 101 0 100 110 10 7 120 73
Binary 11101010 1010101 1000001 0 1000000 1001000 1000 111 1010000 111011

Color Harmonies of #EA5541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5541

Black with #EA5541

Text Example


Text Example

White with #EA5541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5541; }

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

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

background-color css

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

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

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

border-color css

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

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

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