Html Css Color HEX #E35D41 Flamingo

📋 copy color: '#E35D41'

red 227 ◦ green 93 ◦ blue 65

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

Shades of Flamingo #E35D41

Tints of Flamingo #E35D41

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.16%

 BLUE value IS 65 (25.78% from 255) = 16.88%

R = 58.96%
G = 24.16%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E35D41 (or 0xE35D41) is known color: Flamingo. HEX triplet: E3, 5D and 41. RGB value is (227,93,65). Sum of RGB (Red+Green+Blue) = 227+93+65=385 (50% of max value = 765). Red value is 227 (89.06% from 255 or 58.96% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35D41 is #1CA2BE. Grayscale: #828282. Windows color (decimal): -1876671 or 4283875. OLE color: 4283875.

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

Color convert

RGB 227 93 65 -
CMYK 0 0.59 0.71 0.11
HSL 10.37º 0.74% 0.57% -
HSV(B) 10.37º 0.71% 0.89% -
XYZ 36.55 24.54 7.81 -
YUV 129.87 91.39 197.28 -
System Red Green Blue C M Y K H S L
Decimal 227 93 65 0 0.59 0.71 0.11 10.37 0.74 0.57
Hex E3 5D 41 0 3B 47 B A 4A 39
Octal 343 135 101 0 73 107 13 12 112 71
Binary 11100011 1011101 1000001 0 111011 1000111 1011 1010 1001010 111001

Color Harmonies of #E35D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35D41

Black with #E35D41

Text Example


Text Example

White with #E35D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35D41; }

 p { color: rgb(227,93,65); }

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

background-color css

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

 a { background-color: rgb(227,93,65); }

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

border-color css

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

 span { border-color: rgb(227,93,65); }

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