Html Css Color HEX #EA554E Flamingo

📋 copy color: '#EA554E'

red 234 ◦ green 85 ◦ blue 78

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

Shades of Flamingo #EA554E

Tints of Flamingo #EA554E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.65%

R = 58.94%
G = 21.41%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EA554E (or 0xEA554E) is known color: Flamingo. HEX triplet: EA, 55 and 4E. RGB value is (234,85,78). Sum of RGB (Red+Green+Blue) = 234+85+78=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA554E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA554E is #15AAB1. Grayscale: #808080. Windows color (decimal): -1419954 or 5133802. OLE color: 5133802.

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

Color convert

RGB 234 85 78 -
CMYK 0 0.64 0.67 0.08
HSL 2.69º 0.79% 0.61% -
HSV(B) 2.69º 0.67% 0.92% -
XYZ 38.56 24.54 9.91 -
YUV 128.75 99.36 203.07 -
System Red Green Blue C M Y K H S L
Decimal 234 85 78 0 0.64 0.67 0.08 2.69 0.79 0.61
Hex EA 55 4E 0 40 43 8 3 4F 3D
Octal 352 125 116 0 100 103 10 3 117 75
Binary 11101010 1010101 1001110 0 1000000 1000011 1000 11 1001111 111101

Color Harmonies of #EA554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA554E

Black with #EA554E

Text Example


Text Example

White with #EA554E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA554E; }

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

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

background-color css

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

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

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

border-color css

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

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

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