Html Css Color HEX #E35C50 Flamingo

📋 copy color: '#E35C50'

red 227 ◦ green 92 ◦ blue 80

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

Shades of Flamingo #E35C50

Tints of Flamingo #E35C50

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.06%

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

R = 56.89%
G = 23.06%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E35C50 (or 0xE35C50) is known color: Flamingo. HEX triplet: E3, 5C and 50. RGB value is (227,92,80). Sum of RGB (Red+Green+Blue) = 227+92+80=399 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.89% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35C50 is #1CA3AF. Grayscale: #838383. Windows color (decimal): -1876912 or 5266659. OLE color: 5266659.

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

Color convert

RGB 227 92 80 -
CMYK 0 0.59 0.65 0.11
HSL 4.9º 0.72% 0.6% -
HSV(B) 4.9º 0.65% 0.89% -
XYZ 36.95 24.56 10.38 -
YUV 131 99.23 196.48 -
System Red Green Blue C M Y K H S L
Decimal 227 92 80 0 0.59 0.65 0.11 4.9 0.72 0.6
Hex E3 5C 50 0 3B 41 B 5 48 3C
Octal 343 134 120 0 73 101 13 5 110 74
Binary 11100011 1011100 1010000 0 111011 1000001 1011 101 1001000 111100

Color Harmonies of #E35C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35C50

Black with #E35C50

Text Example


Text Example

White with #E35C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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