Html Css Color HEX #EB5C49 Flamingo

📋 copy color: '#EB5C49'

red 235 ◦ green 92 ◦ blue 73

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

Shades of Flamingo #EB5C49

Tints of Flamingo #EB5C49

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23%

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

R = 58.75%
G = 23%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB5C49 (or 0xEB5C49) is known color: Flamingo. HEX triplet: EB, 5C and 49. RGB value is (235,92,73). Sum of RGB (Red+Green+Blue) = 235+92+73=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5C49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5C49 is #14A3B6. Grayscale: #848484. Windows color (decimal): -1352631 or 4807915. OLE color: 4807915.

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

Color convert

RGB 235 92 73 -
CMYK 0 0.61 0.69 0.08
HSL 7.04º 0.8% 0.6% -
HSV(B) 7.04º 0.69% 0.92% -
XYZ 39.29 25.8 9.21 -
YUV 132.59 94.38 201.04 -
System Red Green Blue C M Y K H S L
Decimal 235 92 73 0 0.61 0.69 0.08 7.04 0.8 0.6
Hex EB 5C 49 0 3D 45 8 7 50 3C
Octal 353 134 111 0 75 105 10 7 120 74
Binary 11101011 1011100 1001001 0 111101 1000101 1000 111 1010000 111100

Color Harmonies of #EB5C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5C49

Black with #EB5C49

Text Example


Text Example

White with #EB5C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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