Html Css Color HEX #EB5550 Flamingo

📋 copy color: '#EB5550'

red 235 ◦ green 85 ◦ blue 80

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

Shades of Flamingo #EB5550

Tints of Flamingo #EB5550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.25%

 BLUE value IS 80 (31.64% from 255) = 20%

R = 58.75%
G = 21.25%
B = 20%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EB5550 (or 0xEB5550) is known color: Flamingo. HEX triplet: EB, 55 and 50. RGB value is (235,85,80). Sum of RGB (Red+Green+Blue) = 235+85+80=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5550 is #14AAAF. Grayscale: #818181. Windows color (decimal): -1354416 or 5264875. OLE color: 5264875.

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

Color convert

RGB 235 85 80 -
CMYK 0 0.64 0.66 0.08
HSL 1.94º 0.79% 0.62% -
HSV(B) 1.94º 0.66% 0.92% -
XYZ 38.96 24.74 10.31 -
YUV 129.28 100.2 203.41 -
System Red Green Blue C M Y K H S L
Decimal 235 85 80 0 0.64 0.66 0.08 1.94 0.79 0.62
Hex EB 55 50 0 40 42 8 2 4F 3E
Octal 353 125 120 0 100 102 10 2 117 76
Binary 11101011 1010101 1010000 0 1000000 1000010 1000 10 1001111 111110

Color Harmonies of #EB5550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5550

Black with #EB5550

Text Example


Text Example

White with #EB5550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5550; }

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

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

background-color css

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

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

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

border-color css

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

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

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