Html Css Color HEX #E35C40 Flamingo

📋 copy color: '#E35C40'

red 227 ◦ green 92 ◦ blue 64

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

Shades of Flamingo #E35C40

Tints of Flamingo #E35C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.71%

R = 59.27%
G = 24.02%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E35C40 (or 0xE35C40) is known color: Flamingo. HEX triplet: E3, 5C and 40. RGB value is (227,92,64). Sum of RGB (Red+Green+Blue) = 227+92+64=383 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.27% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35C40 is #1CA3BF. Grayscale: #818181. Windows color (decimal): -1876928 or 4218083. OLE color: 4218083.

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

Color convert

RGB 227 92 64 -
CMYK 0 0.59 0.72 0.11
HSL 10.31º 0.74% 0.57% -
HSV(B) 10.31º 0.72% 0.89% -
XYZ 36.43 24.36 7.63 -
YUV 129.17 91.23 197.78 -
System Red Green Blue C M Y K H S L
Decimal 227 92 64 0 0.59 0.72 0.11 10.31 0.74 0.57
Hex E3 5C 40 0 3B 48 B A 4A 39
Octal 343 134 100 0 73 110 13 12 112 71
Binary 11100011 1011100 1000000 0 111011 1001000 1011 1010 1001010 111001

Color Harmonies of #E35C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35C40

Black with #E35C40

Text Example


Text Example

White with #E35C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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