Html Css Color HEX #E35F47 Flamingo

📋 copy color: '#E35F47'

red 227 ◦ green 95 ◦ blue 71

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

Shades of Flamingo #E35F47

Tints of Flamingo #E35F47

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.17%

 BLUE value IS 71 (28.13% from 255) = 18.07%

R = 57.76%
G = 24.17%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E35F47 (or 0xE35F47) is known color: Flamingo. HEX triplet: E3, 5F and 47. RGB value is (227,95,71). Sum of RGB (Red+Green+Blue) = 227+95+71=393 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.76% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35F47 is #1CA0B8. Grayscale: #838383. Windows color (decimal): -1876153 or 4677603. OLE color: 4677603.

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

Color convert

RGB 227 95 71 -
CMYK 0 0.58 0.69 0.11
HSL 9.23º 0.74% 0.58% -
HSV(B) 9.23º 0.69% 0.89% -
XYZ 36.91 24.97 8.84 -
YUV 131.73 93.73 195.95 -
System Red Green Blue C M Y K H S L
Decimal 227 95 71 0 0.58 0.69 0.11 9.23 0.74 0.58
Hex E3 5F 47 0 3A 45 B 9 4A 3A
Octal 343 137 107 0 72 105 13 11 112 72
Binary 11100011 1011111 1000111 0 111010 1000101 1011 1001 1001010 111010

Color Harmonies of #E35F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35F47

Black with #E35F47

Text Example


Text Example

White with #E35F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35F47; }

 p { color: rgb(227,95,71); }

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

background-color css

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

 a { background-color: rgb(227,95,71); }

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

border-color css

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

 span { border-color: rgb(227,95,71); }

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