Html Css Color HEX #E25840 Flamingo

📋 copy color: '#E25840'

red 226 ◦ green 88 ◦ blue 64

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

Shades of Flamingo #E25840

Tints of Flamingo #E25840

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.28%

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

R = 59.79%
G = 23.28%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E25840 (or 0xE25840) is known color: Flamingo. HEX triplet: E2, 58 and 40. RGB value is (226,88,64). Sum of RGB (Red+Green+Blue) = 226+88+64=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E25840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25840 is #1DA7BF. Grayscale: #7E7E7E. Windows color (decimal): -1943488 or 4217058. OLE color: 4217058.

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

Color convert

RGB 226 88 64 -
CMYK 0 0.61 0.72 0.11
HSL 8.89º 0.74% 0.57% -
HSV(B) 8.89º 0.72% 0.89% -
XYZ 35.78 23.52 7.5 -
YUV 126.53 92.72 198.95 -
System Red Green Blue C M Y K H S L
Decimal 226 88 64 0 0.61 0.72 0.11 8.89 0.74 0.57
Hex E2 58 40 0 3D 48 B 9 4A 39
Octal 342 130 100 0 75 110 13 11 112 71
Binary 11100010 1011000 1000000 0 111101 1001000 1011 1001 1001010 111001

Color Harmonies of #E25840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25840

Black with #E25840

Text Example


Text Example

White with #E25840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25840; }

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

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

background-color css

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

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

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

border-color css

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

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

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