Html Css Color HEX #E35B50 Flamingo

📋 copy color: '#E35B50'

red 227 ◦ green 91 ◦ blue 80

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

Shades of Flamingo #E35B50

Tints of Flamingo #E35B50

RGB

 RED value IS 227 (89.06% from 255) = 57.04%

 GREEN value IS 91 (35.94% from 255) = 22.86%

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

R = 57.04%
G = 22.86%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E35B50 (or 0xE35B50) is known color: Flamingo. HEX triplet: E3, 5B and 50. RGB value is (227,91,80). Sum of RGB (Red+Green+Blue) = 227+91+80=398 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.04% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35B50 is #1CA4AF. Grayscale: #828282. Windows color (decimal): -1877168 or 5266403. OLE color: 5266403.

HSL color Cylindrical-coordinate representation of color #E35B50: hue angle of 4.49º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E35B50 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 91 80 -
CMYK 0 0.60 0.65 0.11
HSL 4.49º 0.72% 0.6% -
HSV(B) 4.49º 0.65% 0.89% -
XYZ 36.87 24.39 10.35 -
YUV 130.41 99.56 196.89 -
System Red Green Blue C M Y K H S L
Decimal 227 91 80 0 0.60 0.65 0.11 4.49 0.72 0.6
Hex E3 5B 50 0 3C 41 B 4 48 3C
Octal 343 133 120 0 74 101 13 4 110 74
Binary 11100011 1011011 1010000 0 111100 1000001 1011 100 1001000 111100

Color Harmonies of #E35B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35B50

Black with #E35B50

Text Example


Text Example

White with #E35B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35B50; }

 p { color: rgb(227,91,80); }

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

background-color css

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

 a { background-color: rgb(227,91,80); }

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

border-color css

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

 span { border-color: rgb(227,91,80); }

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