Html Css Color HEX #E35A42 Flamingo

📋 copy color: '#E35A42'

red 227 ◦ green 90 ◦ blue 66

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

Shades of Flamingo #E35A42

Tints of Flamingo #E35A42

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.5%

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

R = 59.27%
G = 23.5%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E35A42 (or 0xE35A42) is known color: Flamingo. HEX triplet: E3, 5A and 42. RGB value is (227,90,66). Sum of RGB (Red+Green+Blue) = 227+90+66=383 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.27% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35A42 is #1CA5BD. Grayscale: #808080. Windows color (decimal): -1877438 or 4348643. OLE color: 4348643.

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

Color convert

RGB 227 90 66 -
CMYK 0 0.60 0.71 0.11
HSL 8.94º 0.74% 0.57% -
HSV(B) 8.94º 0.71% 0.89% -
XYZ 36.32 24.04 7.88 -
YUV 128.23 92.89 198.45 -
System Red Green Blue C M Y K H S L
Decimal 227 90 66 0 0.60 0.71 0.11 8.94 0.74 0.57
Hex E3 5A 42 0 3C 47 B 9 4A 39
Octal 343 132 102 0 74 107 13 11 112 71
Binary 11100011 1011010 1000010 0 111100 1000111 1011 1001 1001010 111001

Color Harmonies of #E35A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35A42

Black with #E35A42

Text Example


Text Example

White with #E35A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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