Html Css Color HEX #E25740 Flamingo

📋 copy color: '#E25740'

red 226 ◦ green 87 ◦ blue 64

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

Shades of Flamingo #E25740

Tints of Flamingo #E25740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.08%

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

R = 59.95%
G = 23.08%
B = 16.98%

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

#E25740 (or 0xE25740) is known color: Flamingo. HEX triplet: E2, 57 and 40. RGB value is (226,87,64). Sum of RGB (Red+Green+Blue) = 226+87+64=377 (49% of max value = 765). Red value is 226 (88.67% from 255 or 59.95% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 226 - color contains mainly: red. Hex color #E25740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25740 is #1DA8BF. Grayscale: #7E7E7E. Windows color (decimal): -1943744 or 4216802. OLE color: 4216802.

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

Color convert

RGB 226 87 64 -
CMYK 0 0.62 0.72 0.11
HSL 8.52º 0.74% 0.57% -
HSV(B) 8.52º 0.72% 0.89% -
XYZ 35.7 23.36 7.48 -
YUV 125.94 93.05 199.37 -
System Red Green Blue C M Y K H S L
Decimal 226 87 64 0 0.62 0.72 0.11 8.52 0.74 0.57
Hex E2 57 40 0 3E 48 B 9 4A 39
Octal 342 127 100 0 76 110 13 11 112 71
Binary 11100010 1010111 1000000 0 111110 1001000 1011 1001 1001010 111001

Color Harmonies of #E25740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25740

Black with #E25740

Text Example


Text Example

White with #E25740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25740; }

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

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

background-color css

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

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

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

border-color css

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

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

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