Html Css Color HEX #E35C46 Flamingo

📋 copy color: '#E35C46'

red 227 ◦ green 92 ◦ blue 70

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

Shades of Flamingo #E35C46

Tints of Flamingo #E35C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.99%

R = 58.35%
G = 23.65%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E35C46 (or 0xE35C46) is known color: Flamingo. HEX triplet: E3, 5C and 46. RGB value is (227,92,70). Sum of RGB (Red+Green+Blue) = 227+92+70=389 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.35% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35C46 is #1CA3B9. Grayscale: #828282. Windows color (decimal): -1876922 or 4611299. OLE color: 4611299.

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

Color convert

RGB 227 92 70 -
CMYK 0 0.59 0.69 0.11
HSL 8.41º 0.74% 0.58% -
HSV(B) 8.41º 0.69% 0.89% -
XYZ 36.61 24.43 8.58 -
YUV 129.86 94.23 197.29 -
System Red Green Blue C M Y K H S L
Decimal 227 92 70 0 0.59 0.69 0.11 8.41 0.74 0.58
Hex E3 5C 46 0 3B 45 B 8 4A 3A
Octal 343 134 106 0 73 105 13 10 112 72
Binary 11100011 1011100 1000110 0 111011 1000101 1011 1000 1001010 111010

Color Harmonies of #E35C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35C46

Black with #E35C46

Text Example


Text Example

White with #E35C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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