Html Css Color HEX #EB5E50 Flamingo

📋 copy color: '#EB5E50'

red 235 ◦ green 94 ◦ blue 80

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

Shades of Flamingo #EB5E50

Tints of Flamingo #EB5E50

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.98%

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

R = 57.46%
G = 22.98%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EB5E50 (or 0xEB5E50) is known color: Flamingo. HEX triplet: EB, 5E and 50. RGB value is (235,94,80). Sum of RGB (Red+Green+Blue) = 235+94+80=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5E50 is #14A1AF. Grayscale: #868686. Windows color (decimal): -1352112 or 5267179. OLE color: 5267179.

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

Color convert

RGB 235 94 80 -
CMYK 0 0.6 0.66 0.08
HSL 5.42º 0.79% 0.62% -
HSV(B) 5.42º 0.66% 0.92% -
XYZ 39.71 26.25 10.56 -
YUV 134.56 97.21 199.64 -
System Red Green Blue C M Y K H S L
Decimal 235 94 80 0 0.6 0.66 0.08 5.42 0.79 0.62
Hex EB 5E 50 0 3C 42 8 5 4F 3E
Octal 353 136 120 0 74 102 10 5 117 76
Binary 11101011 1011110 1010000 0 111100 1000010 1000 101 1001111 111110

Color Harmonies of #EB5E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5E50

Black with #EB5E50

Text Example


Text Example

White with #EB5E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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