Html Css Color HEX #E25845 Flamingo

📋 copy color: '#E25845'

red 226 ◦ green 88 ◦ blue 69

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

Shades of Flamingo #E25845

Tints of Flamingo #E25845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.02%

R = 59.01%
G = 22.98%
B = 18.02%

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

#E25845 (or 0xE25845) is known color: Flamingo. HEX triplet: E2, 58 and 45. RGB value is (226,88,69). Sum of RGB (Red+Green+Blue) = 226+88+69=383 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.01% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 226 - color contains mainly: red. Hex color #E25845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25845 is #1DA7BA. Grayscale: #7F7F7F. Windows color (decimal): -1943483 or 4544738. OLE color: 4544738.

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

Color convert

RGB 226 88 69 -
CMYK 0 0.61 0.69 0.11
HSL 7.26º 0.73% 0.58% -
HSV(B) 7.26º 0.69% 0.89% -
XYZ 35.93 23.58 8.29 -
YUV 127.1 95.22 198.54 -
System Red Green Blue C M Y K H S L
Decimal 226 88 69 0 0.61 0.69 0.11 7.26 0.73 0.58
Hex E2 58 45 0 3D 45 B 7 49 3A
Octal 342 130 105 0 75 105 13 7 111 72
Binary 11100010 1011000 1000101 0 111101 1000101 1011 111 1001001 111010

Color Harmonies of #E25845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25845

Black with #E25845

Text Example


Text Example

White with #E25845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25845; }

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

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

background-color css

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

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

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

border-color css

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

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

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