Html Css Color HEX #E25946 Flamingo

📋 copy color: '#E25946'

red 226 ◦ green 89 ◦ blue 70

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

Shades of Flamingo #E25946

Tints of Flamingo #E25946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.18%

R = 58.7%
G = 23.12%
B = 18.18%

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

#E25946 (or 0xE25946) is known color: Flamingo. HEX triplet: E2, 59 and 46. RGB value is (226,89,70). Sum of RGB (Red+Green+Blue) = 226+89+70=385 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.70% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 226 - color contains mainly: red. Hex color #E25946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25946 is #1DA6B9. Grayscale: #808080. Windows color (decimal): -1943226 or 4610530. OLE color: 4610530.

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

Color convert

RGB 226 89 70 -
CMYK 0 0.61 0.69 0.11
HSL 7.31º 0.73% 0.58% -
HSV(B) 7.31º 0.69% 0.89% -
XYZ 36.04 23.76 8.48 -
YUV 127.8 95.39 198.04 -
System Red Green Blue C M Y K H S L
Decimal 226 89 70 0 0.61 0.69 0.11 7.31 0.73 0.58
Hex E2 59 46 0 3D 45 B 7 49 3A
Octal 342 131 106 0 75 105 13 7 111 72
Binary 11100010 1011001 1000110 0 111101 1000101 1011 111 1001001 111010

Color Harmonies of #E25946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25946

Black with #E25946

Text Example


Text Example

White with #E25946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25946; }

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

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

background-color css

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

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

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

border-color css

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

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

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