Html Css Color HEX #EB5C56 Flamingo

📋 copy color: '#EB5C56'

red 235 ◦ green 92 ◦ blue 86

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

Shades of Flamingo #EB5C56

Tints of Flamingo #EB5C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.82%

R = 56.9%
G = 22.28%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EB5C56 (or 0xEB5C56) is known color: Flamingo. HEX triplet: EB, 5C and 56. RGB value is (235,92,86). Sum of RGB (Red+Green+Blue) = 235+92+86=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5C56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5C56 is #14A3A9. Grayscale: #868686. Windows color (decimal): -1352618 or 5659883. OLE color: 5659883.

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

Color convert

RGB 235 92 86 -
CMYK 0 0.61 0.63 0.08
HSL 2.42º 0.79% 0.63% -
HSV(B) 2.42º 0.63% 0.92% -
XYZ 39.77 25.99 11.72 -
YUV 134.07 100.88 199.99 -
System Red Green Blue C M Y K H S L
Decimal 235 92 86 0 0.61 0.63 0.08 2.42 0.79 0.63
Hex EB 5C 56 0 3D 3F 8 2 4F 3F
Octal 353 134 126 0 75 77 10 2 117 77
Binary 11101011 1011100 1010110 0 111101 111111 1000 10 1001111 111111

Color Harmonies of #EB5C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5C56

Black with #EB5C56

Text Example


Text Example

White with #EB5C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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