Html Css Color HEX #EB5655 Flamingo

📋 copy color: '#EB5655'

red 235 ◦ green 86 ◦ blue 85

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

Shades of Flamingo #EB5655

Tints of Flamingo #EB5655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.18%

 BLUE value IS 85 (33.59% from 255) = 20.94%

R = 57.88%
G = 21.18%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB5655 (or 0xEB5655) is known color: Flamingo. HEX triplet: EB, 56 and 55. RGB value is (235,86,85). Sum of RGB (Red+Green+Blue) = 235+86+85=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5655 is #14A9AA. Grayscale: #828282. Windows color (decimal): -1354155 or 5592811. OLE color: 5592811.

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

Color convert

RGB 235 86 85 -
CMYK 0 0.63 0.64 0.08
HSL 0.4º 0.79% 0.63% -
HSV(B) 0.4º 0.64% 0.92% -
XYZ 39.23 24.97 11.35 -
YUV 130.44 102.36 202.58 -
System Red Green Blue C M Y K H S L
Decimal 235 86 85 0 0.63 0.64 0.08 0.4 0.79 0.63
Hex EB 56 55 0 3F 40 8 0 4F 3F
Octal 353 126 125 0 77 100 10 0 117 77
Binary 11101011 1010110 1010101 0 111111 1000000 1000 0 1001111 111111

Color Harmonies of #EB5655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5655

Black with #EB5655

Text Example


Text Example

White with #EB5655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5655; }

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

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

background-color css

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

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

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

border-color css

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

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

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