Html Css Color HEX #EA5B53 Flamingo

📋 copy color: '#EA5B53'

red 234 ◦ green 91 ◦ blue 83

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

Shades of Flamingo #EA5B53

Tints of Flamingo #EA5B53

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.3%

 BLUE value IS 83 (32.81% from 255) = 20.34%

R = 57.35%
G = 22.3%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA5B53 (or 0xEA5B53) is known color: Flamingo. HEX triplet: EA, 5B and 53. RGB value is (234,91,83). Sum of RGB (Red+Green+Blue) = 234+91+83=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5B53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5B53 is #15A4AC. Grayscale: #858585. Windows color (decimal): -1418413 or 5463018. OLE color: 5463018.

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

Color convert

RGB 234 91 83 -
CMYK 0 0.61 0.65 0.08
HSL 3.18º 0.78% 0.62% -
HSV(B) 3.18º 0.65% 0.92% -
XYZ 39.23 25.6 11.06 -
YUV 132.85 99.88 200.15 -
System Red Green Blue C M Y K H S L
Decimal 234 91 83 0 0.61 0.65 0.08 3.18 0.78 0.62
Hex EA 5B 53 0 3D 41 8 3 4E 3E
Octal 352 133 123 0 75 101 10 3 116 76
Binary 11101010 1011011 1010011 0 111101 1000001 1000 11 1001110 111110

Color Harmonies of #EA5B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5B53

Black with #EA5B53

Text Example


Text Example

White with #EA5B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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