Html Css Color HEX #EA534A Flamingo

📋 copy color: '#EA534A'

red 234 ◦ green 83 ◦ blue 74

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

Shades of Flamingo #EA534A

Tints of Flamingo #EA534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.23%

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

R = 59.85%
G = 21.23%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA534A (or 0xEA534A) is known color: Flamingo. HEX triplet: EA, 53 and 4A. RGB value is (234,83,74). Sum of RGB (Red+Green+Blue) = 234+83+74=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA534A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA534A is #15ACB5. Grayscale: #7F7F7F. Windows color (decimal): -1420470 or 4871146. OLE color: 4871146.

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

Color convert

RGB 234 83 74 -
CMYK 0 0.65 0.68 0.08
HSL 3.38º 0.79% 0.6% -
HSV(B) 3.38º 0.68% 0.92% -
XYZ 38.26 24.17 9.13 -
YUV 127.12 98.03 204.23 -
System Red Green Blue C M Y K H S L
Decimal 234 83 74 0 0.65 0.68 0.08 3.38 0.79 0.6
Hex EA 53 4A 0 41 44 8 3 4F 3C
Octal 352 123 112 0 101 104 10 3 117 74
Binary 11101010 1010011 1001010 0 1000001 1000100 1000 11 1001111 111100

Color Harmonies of #EA534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA534A

Black with #EA534A

Text Example


Text Example

White with #EA534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA534A; }

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

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

background-color css

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

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

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

border-color css

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

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

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