Html Css Color HEX #EA5443 Flamingo

📋 copy color: '#EA5443'

red 234 ◦ green 84 ◦ blue 67

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

Shades of Flamingo #EA5443

Tints of Flamingo #EA5443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.4%

R = 60.78%
G = 21.82%
B = 17.4%

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

#EA5443 (or 0xEA5443) is known color: Flamingo. HEX triplet: EA, 54 and 43. RGB value is (234,84,67). Sum of RGB (Red+Green+Blue) = 234+84+67=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5443 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5443 is #15ABBC. Grayscale: #7F7F7F. Windows color (decimal): -1420221 or 4412650. OLE color: 4412650.

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

Color convert

RGB 234 84 67 -
CMYK 0 0.64 0.71 0.08
HSL 6.11º 0.8% 0.59% -
HSV(B) 6.11º 0.71% 0.92% -
XYZ 38.12 24.24 7.98 -
YUV 126.91 94.2 204.38 -
System Red Green Blue C M Y K H S L
Decimal 234 84 67 0 0.64 0.71 0.08 6.11 0.8 0.59
Hex EA 54 43 0 40 47 8 6 50 3B
Octal 352 124 103 0 100 107 10 6 120 73
Binary 11101010 1010100 1000011 0 1000000 1000111 1000 110 1010000 111011

Color Harmonies of #EA5443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5443

Black with #EA5443

Text Example


Text Example

White with #EA5443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5443; }

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

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

background-color css

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

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

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

border-color css

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

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

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