Html Css Color HEX #EB5D49 Flamingo

📋 copy color: '#EB5D49'

red 235 ◦ green 93 ◦ blue 73

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

Shades of Flamingo #EB5D49

Tints of Flamingo #EB5D49

RGB

 RED value IS 235 (92.19% from 255) = 58.6%

 GREEN value IS 93 (36.72% from 255) = 23.19%

 BLUE value IS 73 (28.91% from 255) = 18.2%

R = 58.6%
G = 23.19%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB5D49 (or 0xEB5D49) is known color: Flamingo. HEX triplet: EB, 5D and 49. RGB value is (235,93,73). Sum of RGB (Red+Green+Blue) = 235+93+73=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5D49 is #14A2B6. Grayscale: #858585. Windows color (decimal): -1352375 or 4808171. OLE color: 4808171.

HSL color Cylindrical-coordinate representation of color #EB5D49: hue angle of 7.41º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB5D49 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 93 73 -
CMYK 0 0.60 0.69 0.08
HSL 7.41º 0.8% 0.6% -
HSV(B) 7.41º 0.69% 0.92% -
XYZ 39.38 25.97 9.24 -
YUV 133.18 94.04 200.63 -
System Red Green Blue C M Y K H S L
Decimal 235 93 73 0 0.60 0.69 0.08 7.41 0.8 0.6
Hex EB 5D 49 0 3C 45 8 7 50 3C
Octal 353 135 111 0 74 105 10 7 120 74
Binary 11101011 1011101 1001001 0 111100 1000101 1000 111 1010000 111100

Color Harmonies of #EB5D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5D49

Black with #EB5D49

Text Example


Text Example

White with #EB5D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5D49; }

 p { color: rgb(235,93,73); }

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

background-color css

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

 a { background-color: rgb(235,93,73); }

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

border-color css

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

 span { border-color: rgb(235,93,73); }

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