Html Css Color HEX #E35D42 Flamingo

📋 copy color: '#E35D42'

red 227 ◦ green 93 ◦ blue 66

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

Shades of Flamingo #E35D42

Tints of Flamingo #E35D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.1%

R = 58.81%
G = 24.09%
B = 17.1%

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

#E35D42 (or 0xE35D42) is known color: Flamingo. HEX triplet: E3, 5D and 42. RGB value is (227,93,66). Sum of RGB (Red+Green+Blue) = 227+93+66=386 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.81% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35D42 is #1CA2BD. Grayscale: #828282. Windows color (decimal): -1876670 or 4349411. OLE color: 4349411.

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

Color convert

RGB 227 93 66 -
CMYK 0 0.59 0.71 0.11
HSL 10.06º 0.74% 0.57% -
HSV(B) 10.06º 0.71% 0.89% -
XYZ 36.58 24.55 7.97 -
YUV 129.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 227 93 66 0 0.59 0.71 0.11 10.06 0.74 0.57
Hex E3 5D 42 0 3B 47 B A 4A 39
Octal 343 135 102 0 73 107 13 12 112 71
Binary 11100011 1011101 1000010 0 111011 1000111 1011 1010 1001010 111001

Color Harmonies of #E35D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35D42

Black with #E35D42

Text Example


Text Example

White with #E35D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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