Html Css Color HEX #EB6155 Flamingo

📋 copy color: '#EB6155'

red 235 ◦ green 97 ◦ blue 85

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

Shades of Flamingo #EB6155

Tints of Flamingo #EB6155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.26%

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

R = 56.35%
G = 23.26%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB6155 (or 0xEB6155) is known color: Flamingo. HEX triplet: EB, 61 and 55. RGB value is (235,97,85). Sum of RGB (Red+Green+Blue) = 235+97+85=417 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.35% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6155 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6155 is #149EAA. Grayscale: #898989. Windows color (decimal): -1351339 or 5595627. OLE color: 5595627.

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

Color convert

RGB 235 97 85 -
CMYK 0 0.59 0.64 0.08
HSL 4.8º 0.79% 0.63% -
HSV(B) 4.8º 0.64% 0.92% -
XYZ 40.18 26.87 11.66 -
YUV 136.89 98.72 197.98 -
System Red Green Blue C M Y K H S L
Decimal 235 97 85 0 0.59 0.64 0.08 4.8 0.79 0.63
Hex EB 61 55 0 3B 40 8 5 4F 3F
Octal 353 141 125 0 73 100 10 5 117 77
Binary 11101011 1100001 1010101 0 111011 1000000 1000 101 1001111 111111

Color Harmonies of #EB6155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6155

Black with #EB6155

Text Example


Text Example

White with #EB6155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6155; }

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

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

background-color css

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

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

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

border-color css

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

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

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