Html Css Color HEX #E25945 Flamingo

📋 copy color: '#E25945'

red 226 ◦ green 89 ◦ blue 69

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

Shades of Flamingo #E25945

Tints of Flamingo #E25945

RGB

 RED value IS 226 (88.67% from 255) = 58.85%

 GREEN value IS 89 (35.16% from 255) = 23.18%

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

R = 58.85%
G = 23.18%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E25945 (or 0xE25945) is known color: Flamingo. HEX triplet: E2, 59 and 45. RGB value is (226,89,69). Sum of RGB (Red+Green+Blue) = 226+89+69=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E25945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25945 is #1DA6BA. Grayscale: #7F7F7F. Windows color (decimal): -1943227 or 4544994. OLE color: 4544994.

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

Color convert

RGB 226 89 69 -
CMYK 0 0.61 0.69 0.11
HSL 7.64º 0.73% 0.58% -
HSV(B) 7.64º 0.69% 0.89% -
XYZ 36.01 23.74 8.32 -
YUV 127.68 94.89 198.13 -
System Red Green Blue C M Y K H S L
Decimal 226 89 69 0 0.61 0.69 0.11 7.64 0.73 0.58
Hex E2 59 45 0 3D 45 B 8 49 3A
Octal 342 131 105 0 75 105 13 10 111 72
Binary 11100010 1011001 1000101 0 111101 1000101 1011 1000 1001001 111010

Color Harmonies of #E25945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25945

Black with #E25945

Text Example


Text Example

White with #E25945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25945; }

 p { color: rgb(226,89,69); }

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

background-color css

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

 a { background-color: rgb(226,89,69); }

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

border-color css

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

 span { border-color: rgb(226,89,69); }

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