Html Css Color HEX #E25540 Flamingo

📋 copy color: '#E25540'

red 226 ◦ green 85 ◦ blue 64

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

Shades of Flamingo #E25540

Tints of Flamingo #E25540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

 BLUE value IS 64 (25.39% from 255) = 17.07%

R = 60.27%
G = 22.67%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E25540 (or 0xE25540) is known color: Flamingo. HEX triplet: E2, 55 and 40. RGB value is (226,85,64). Sum of RGB (Red+Green+Blue) = 226+85+64=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E25540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25540 is #1DAABF. Grayscale: #7C7C7C. Windows color (decimal): -1944256 or 4216290. OLE color: 4216290.

HSL color Cylindrical-coordinate representation of color #E25540: hue angle of 7.78º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E25540 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 85 64 -
CMYK 0 0.62 0.72 0.11
HSL 7.78º 0.74% 0.57% -
HSV(B) 7.78º 0.72% 0.89% -
XYZ 35.54 23.04 7.42 -
YUV 124.77 93.71 200.21 -
System Red Green Blue C M Y K H S L
Decimal 226 85 64 0 0.62 0.72 0.11 7.78 0.74 0.57
Hex E2 55 40 0 3E 48 B 8 4A 39
Octal 342 125 100 0 76 110 13 10 112 71
Binary 11100010 1010101 1000000 0 111110 1001000 1011 1000 1001010 111001

Color Harmonies of #E25540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25540

Black with #E25540

Text Example


Text Example

White with #E25540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25540; }

 p { color: rgb(226,85,64); }

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

background-color css

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

 a { background-color: rgb(226,85,64); }

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

border-color css

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

 span { border-color: rgb(226,85,64); }

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