Html Css Color HEX #EA554A Flamingo

📋 copy color: '#EA554A'

red 234 ◦ green 85 ◦ blue 74

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

Shades of Flamingo #EA554A

Tints of Flamingo #EA554A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.83%

R = 59.54%
G = 21.63%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA554A (or 0xEA554A) is known color: Flamingo. HEX triplet: EA, 55 and 4A. RGB value is (234,85,74). Sum of RGB (Red+Green+Blue) = 234+85+74=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA554A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA554A is #15AAB5. Grayscale: #808080. Windows color (decimal): -1419958 or 4871658. OLE color: 4871658.

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

Color convert

RGB 234 85 74 -
CMYK 0 0.64 0.68 0.08
HSL 4.13º 0.79% 0.6% -
HSV(B) 4.13º 0.68% 0.92% -
XYZ 38.42 24.48 9.18 -
YUV 128.3 97.36 203.39 -
System Red Green Blue C M Y K H S L
Decimal 234 85 74 0 0.64 0.68 0.08 4.13 0.79 0.6
Hex EA 55 4A 0 40 44 8 4 4F 3C
Octal 352 125 112 0 100 104 10 4 117 74
Binary 11101010 1010101 1001010 0 1000000 1000100 1000 100 1001111 111100

Color Harmonies of #EA554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA554A

Black with #EA554A

Text Example


Text Example

White with #EA554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA554A; }

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

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

background-color css

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

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

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

border-color css

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

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

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