Html Css Color HEX #E25941 Flamingo

📋 copy color: '#E25941'

red 226 ◦ green 89 ◦ blue 65

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

Shades of Flamingo #E25941

Tints of Flamingo #E25941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.11%

R = 59.47%
G = 23.42%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E25941 (or 0xE25941) is known color: Flamingo. HEX triplet: E2, 59 and 41. RGB value is (226,89,65). Sum of RGB (Red+Green+Blue) = 226+89+65=380 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.47% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 226 - color contains mainly: red. Hex color #E25941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25941 is #1DA6BE. Grayscale: #7F7F7F. Windows color (decimal): -1943231 or 4282850. OLE color: 4282850.

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

Color convert

RGB 226 89 65 -
CMYK 0 0.61 0.71 0.11
HSL 8.94º 0.74% 0.57% -
HSV(B) 8.94º 0.71% 0.89% -
XYZ 35.89 23.7 7.68 -
YUV 127.23 92.89 198.45 -
System Red Green Blue C M Y K H S L
Decimal 226 89 65 0 0.61 0.71 0.11 8.94 0.74 0.57
Hex E2 59 41 0 3D 47 B 9 4A 39
Octal 342 131 101 0 75 107 13 11 112 71
Binary 11100010 1011001 1000001 0 111101 1000111 1011 1001 1001010 111001

Color Harmonies of #E25941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25941

Black with #E25941

Text Example


Text Example

White with #E25941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25941; }

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

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

background-color css

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

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

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

border-color css

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

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

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