Html Css Color HEX #E85448 Flamingo

📋 copy color: '#E85448'

red 232 ◦ green 84 ◦ blue 72

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

Shades of Flamingo #E85448

Tints of Flamingo #E85448

RGB

 RED value IS 232 (91.02% from 255) = 59.79%

 GREEN value IS 84 (33.2% from 255) = 21.65%

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

R = 59.79%
G = 21.65%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E85448 (or 0xE85448) is known color: Flamingo. HEX triplet: E8, 54 and 48. RGB value is (232,84,72). Sum of RGB (Red+Green+Blue) = 232+84+72=388 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.79% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 232 - color contains mainly: red. Hex color #E85448 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85448 is #17ABB7. Grayscale: #7F7F7F. Windows color (decimal): -1551288 or 4740328. OLE color: 4740328.

HSL color Cylindrical-coordinate representation of color #E85448: hue angle of 4.5º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E85448 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 84 72 -
CMYK 0 0.64 0.69 0.09
HSL 4.5º 0.78% 0.6% -
HSV(B) 4.5º 0.69% 0.91% -
XYZ 37.62 23.96 8.77 -
YUV 126.88 97.03 202.98 -
System Red Green Blue C M Y K H S L
Decimal 232 84 72 0 0.64 0.69 0.09 4.5 0.78 0.6
Hex E8 54 48 0 40 45 9 4 4E 3C
Octal 350 124 110 0 100 105 11 4 116 74
Binary 11101000 1010100 1001000 0 1000000 1000101 1001 100 1001110 111100

Color Harmonies of #E85448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85448

Black with #E85448

Text Example


Text Example

White with #E85448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85448; }

 p { color: rgb(232,84,72); }

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

background-color css

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

 a { background-color: rgb(232,84,72); }

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

border-color css

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

 span { border-color: rgb(232,84,72); }

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