Html Css Color HEX #E35D48 Flamingo

📋 copy color: '#E35D48'

red 227 ◦ green 93 ◦ blue 72

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

Shades of Flamingo #E35D48

Tints of Flamingo #E35D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.37%

R = 57.91%
G = 23.72%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E35D48 (or 0xE35D48) is known color: Flamingo. HEX triplet: E3, 5D and 48. RGB value is (227,93,72). Sum of RGB (Red+Green+Blue) = 227+93+72=392 (51% of max value = 765). Red value is 227 (89.06% from 255 or 57.91% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35D48 is #1CA2B7. Grayscale: #828282. Windows color (decimal): -1876664 or 4742627. OLE color: 4742627.

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

Color convert

RGB 227 93 72 -
CMYK 0 0.59 0.68 0.11
HSL 8.13º 0.73% 0.59% -
HSV(B) 8.13º 0.68% 0.89% -
XYZ 36.76 24.63 8.95 -
YUV 130.67 94.89 196.71 -
System Red Green Blue C M Y K H S L
Decimal 227 93 72 0 0.59 0.68 0.11 8.13 0.73 0.59
Hex E3 5D 48 0 3B 44 B 8 49 3B
Octal 343 135 110 0 73 104 13 10 111 73
Binary 11100011 1011101 1001000 0 111011 1000100 1011 1000 1001001 111011

Color Harmonies of #E35D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35D48

Black with #E35D48

Text Example


Text Example

White with #E35D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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