Html Css Color HEX #EA534F Flamingo

📋 copy color: '#EA534F'

red 234 ◦ green 83 ◦ blue 79

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

Shades of Flamingo #EA534F

Tints of Flamingo #EA534F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.95%

R = 59.09%
G = 20.96%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EA534F (or 0xEA534F) is known color: Flamingo. HEX triplet: EA, 53 and 4F. RGB value is (234,83,79). Sum of RGB (Red+Green+Blue) = 234+83+79=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA534F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA534F is #15ACB0. Grayscale: #7F7F7F. Windows color (decimal): -1420465 or 5198826. OLE color: 5198826.

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

Color convert

RGB 234 83 79 -
CMYK 0 0.65 0.66 0.08
HSL 1.55º 0.79% 0.61% -
HSV(B) 1.55º 0.66% 0.92% -
XYZ 38.44 24.24 10.05 -
YUV 127.69 100.53 203.83 -
System Red Green Blue C M Y K H S L
Decimal 234 83 79 0 0.65 0.66 0.08 1.55 0.79 0.61
Hex EA 53 4F 0 41 42 8 2 4F 3D
Octal 352 123 117 0 101 102 10 2 117 75
Binary 11101010 1010011 1001111 0 1000001 1000010 1000 10 1001111 111101

Color Harmonies of #EA534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA534F

Black with #EA534F

Text Example


Text Example

White with #EA534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA534F; }

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

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

background-color css

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

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

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

border-color css

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

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

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