Html Css Color HEX #EB5544 Flamingo

📋 copy color: '#EB5544'

red 235 ◦ green 85 ◦ blue 68

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

Shades of Flamingo #EB5544

Tints of Flamingo #EB5544

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.91%

 BLUE value IS 68 (26.95% from 255) = 17.53%

R = 60.57%
G = 21.91%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB5544 (or 0xEB5544) is known color: Flamingo. HEX triplet: EB, 55 and 44. RGB value is (235,85,68). Sum of RGB (Red+Green+Blue) = 235+85+68=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5544 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5544 is #14AABB. Grayscale: #808080. Windows color (decimal): -1354428 or 4478443. OLE color: 4478443.

HSL color Cylindrical-coordinate representation of color #EB5544: hue angle of 6.11º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB5544 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 85 68 -
CMYK 0 0.64 0.71 0.08
HSL 6.11º 0.81% 0.59% -
HSV(B) 6.11º 0.71% 0.92% -
XYZ 38.55 24.58 8.18 -
YUV 127.91 94.2 204.38 -
System Red Green Blue C M Y K H S L
Decimal 235 85 68 0 0.64 0.71 0.08 6.11 0.81 0.59
Hex EB 55 44 0 40 47 8 6 51 3B
Octal 353 125 104 0 100 107 10 6 121 73
Binary 11101011 1010101 1000100 0 1000000 1000111 1000 110 1010001 111011

Color Harmonies of #EB5544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5544

Black with #EB5544

Text Example


Text Example

White with #EB5544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5544; }

 p { color: rgb(235,85,68); }

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

background-color css

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

 a { background-color: rgb(235,85,68); }

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

border-color css

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

 span { border-color: rgb(235,85,68); }

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