Html Css Color HEX #E35A45 Flamingo

📋 copy color: '#E35A45'

red 227 ◦ green 90 ◦ blue 69

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

Shades of Flamingo #E35A45

Tints of Flamingo #E35A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.88%

R = 58.81%
G = 23.32%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E35A45 (or 0xE35A45) is known color: Flamingo. HEX triplet: E3, 5A and 45. RGB value is (227,90,69). Sum of RGB (Red+Green+Blue) = 227+90+69=386 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.81% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35A45 is #1CA5BA. Grayscale: #808080. Windows color (decimal): -1877435 or 4545251. OLE color: 4545251.

HSL color Cylindrical-coordinate representation of color #E35A45: hue angle of 7.97º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E35A45 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 90 69 -
CMYK 0 0.60 0.70 0.11
HSL 7.97º 0.74% 0.58% -
HSV(B) 7.97º 0.7% 0.89% -
XYZ 36.41 24.07 8.36 -
YUV 128.57 94.39 198.21 -
System Red Green Blue C M Y K H S L
Decimal 227 90 69 0 0.60 0.70 0.11 7.97 0.74 0.58
Hex E3 5A 45 0 3C 46 B 8 4A 3A
Octal 343 132 105 0 74 106 13 10 112 72
Binary 11100011 1011010 1000101 0 111100 1000110 1011 1000 1001010 111010

Color Harmonies of #E35A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35A45

Black with #E35A45

Text Example


Text Example

White with #E35A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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