Html Css Color HEX #EA5445 Flamingo

📋 copy color: '#EA5445'

red 234 ◦ green 84 ◦ blue 69

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

Shades of Flamingo #EA5445

Tints of Flamingo #EA5445

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.71%

 BLUE value IS 69 (27.34% from 255) = 17.83%

R = 60.47%
G = 21.71%
B = 17.83%

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

#EA5445 (or 0xEA5445) is known color: Flamingo. HEX triplet: EA, 54 and 45. RGB value is (234,84,69). Sum of RGB (Red+Green+Blue) = 234+84+69=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5445 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5445 is #15ABBA. Grayscale: #7F7F7F. Windows color (decimal): -1420219 or 4543722. OLE color: 4543722.

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

Color convert

RGB 234 84 69 -
CMYK 0 0.64 0.71 0.08
HSL 5.45º 0.8% 0.59% -
HSV(B) 5.45º 0.71% 0.92% -
XYZ 38.18 24.26 8.3 -
YUV 127.14 95.2 204.22 -
System Red Green Blue C M Y K H S L
Decimal 234 84 69 0 0.64 0.71 0.08 5.45 0.8 0.59
Hex EA 54 45 0 40 47 8 5 50 3B
Octal 352 124 105 0 100 107 10 5 120 73
Binary 11101010 1010100 1000101 0 1000000 1000111 1000 101 1010000 111011

Color Harmonies of #EA5445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5445

Black with #EA5445

Text Example


Text Example

White with #EA5445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5445; }

 p { color: rgb(234,84,69); }

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

background-color css

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

 a { background-color: rgb(234,84,69); }

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

border-color css

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

 span { border-color: rgb(234,84,69); }

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