Html Css Color HEX #EB6256 Flamingo

📋 copy color: '#EB6256'

red 235 ◦ green 98 ◦ blue 86

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

Shades of Flamingo #EB6256

Tints of Flamingo #EB6256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.39%

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

R = 56.09%
G = 23.39%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EB6256 (or 0xEB6256) is known color: Flamingo. HEX triplet: EB, 62 and 56. RGB value is (235,98,86). Sum of RGB (Red+Green+Blue) = 235+98+86=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6256 is #149DA9. Grayscale: #898989. Windows color (decimal): -1351082 or 5661419. OLE color: 5661419.

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

Color convert

RGB 235 98 86 -
CMYK 0 0.58 0.63 0.08
HSL 4.83º 0.79% 0.63% -
HSV(B) 4.83º 0.63% 0.92% -
XYZ 40.31 27.07 11.9 -
YUV 137.6 98.89 197.48 -
System Red Green Blue C M Y K H S L
Decimal 235 98 86 0 0.58 0.63 0.08 4.83 0.79 0.63
Hex EB 62 56 0 3A 3F 8 5 4F 3F
Octal 353 142 126 0 72 77 10 5 117 77
Binary 11101011 1100010 1010110 0 111010 111111 1000 101 1001111 111111

Color Harmonies of #EB6256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6256

Black with #EB6256

Text Example


Text Example

White with #EB6256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6256; }

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

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

background-color css

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

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

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

border-color css

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

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

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