Html Css Color HEX #EB5855 Flamingo

📋 copy color: '#EB5855'

red 235 ◦ green 88 ◦ blue 85

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

Shades of Flamingo #EB5855

Tints of Flamingo #EB5855

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.57%

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

R = 57.6%
G = 21.57%
B = 20.83%

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

#EB5855 (or 0xEB5855) is known color: Flamingo. HEX triplet: EB, 58 and 55. RGB value is (235,88,85). Sum of RGB (Red+Green+Blue) = 235+88+85=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5855 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5855 is #14A7AA. Grayscale: #838383. Windows color (decimal): -1353643 or 5593323. OLE color: 5593323.

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

Color convert

RGB 235 88 85 -
CMYK 0 0.63 0.64 0.08
HSL 1.2º 0.79% 0.63% -
HSV(B) 1.2º 0.64% 0.92% -
XYZ 39.39 25.3 11.4 -
YUV 131.61 101.7 201.74 -
System Red Green Blue C M Y K H S L
Decimal 235 88 85 0 0.63 0.64 0.08 1.2 0.79 0.63
Hex EB 58 55 0 3F 40 8 1 4F 3F
Octal 353 130 125 0 77 100 10 1 117 77
Binary 11101011 1011000 1010101 0 111111 1000000 1000 1 1001111 111111

Color Harmonies of #EB5855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5855

Black with #EB5855

Text Example


Text Example

White with #EB5855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5855; }

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

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

background-color css

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

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

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

border-color css

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

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

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