Html Css Color HEX #E25848 Flamingo

📋 copy color: '#E25848'

red 226 ◦ green 88 ◦ blue 72

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

Shades of Flamingo #E25848

Tints of Flamingo #E25848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.65%

R = 58.55%
G = 22.8%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E25848 (or 0xE25848) is known color: Flamingo. HEX triplet: E2, 58 and 48. RGB value is (226,88,72). Sum of RGB (Red+Green+Blue) = 226+88+72=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E25848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25848 is #1DA7B7. Grayscale: #7F7F7F. Windows color (decimal): -1943480 or 4741346. OLE color: 4741346.

HSL color Cylindrical-coordinate representation of color #E25848: hue angle of 6.23º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E25848 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 88 72 -
CMYK 0 0.61 0.68 0.11
HSL 6.23º 0.73% 0.58% -
HSV(B) 6.23º 0.68% 0.89% -
XYZ 36.02 23.62 8.79 -
YUV 127.44 96.72 198.3 -
System Red Green Blue C M Y K H S L
Decimal 226 88 72 0 0.61 0.68 0.11 6.23 0.73 0.58
Hex E2 58 48 0 3D 44 B 6 49 3A
Octal 342 130 110 0 75 104 13 6 111 72
Binary 11100010 1011000 1001000 0 111101 1000100 1011 110 1001001 111010

Color Harmonies of #E25848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25848

Black with #E25848

Text Example


Text Example

White with #E25848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25848; }

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

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

background-color css

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

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

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

border-color css

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

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

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