Html Css Color HEX #E45F3F Flamingo

📋 copy color: '#E45F3F'

red 228 ◦ green 95 ◦ blue 63

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

Shades of Flamingo #E45F3F

Tints of Flamingo #E45F3F

RGB

 RED value IS 228 (89.45% from 255) = 59.07%

 GREEN value IS 95 (37.5% from 255) = 24.61%

 BLUE value IS 63 (25% from 255) = 16.32%

R = 59.07%
G = 24.61%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E45F3F (or 0xE45F3F) is known color: Flamingo. HEX triplet: E4, 5F and 3F. RGB value is (228,95,63). Sum of RGB (Red+Green+Blue) = 228+95+63=386 (51% of max value = 765). Red value is 228 (89.45% from 255 or 59.07% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45F3F is #1BA0C0. Grayscale: #838383. Windows color (decimal): -1810625 or 4153316. OLE color: 4153316.

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

Color convert

RGB 228 95 63 -
CMYK 0 0.58 0.72 0.11
HSL 11.64º 0.75% 0.57% -
HSV(B) 11.64º 0.72% 0.89% -
XYZ 36.98 25.04 7.59 -
YUV 131.12 89.56 197.1 -
System Red Green Blue C M Y K H S L
Decimal 228 95 63 0 0.58 0.72 0.11 11.64 0.75 0.57
Hex E4 5F 3F 0 3A 48 B C 4B 39
Octal 344 137 77 0 72 110 13 14 113 71
Binary 11100100 1011111 111111 0 111010 1001000 1011 1100 1001011 111001

Color Harmonies of #E45F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45F3F

Black with #E45F3F

Text Example


Text Example

White with #E45F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45F3F; }

 p { color: rgb(228,95,63); }

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

background-color css

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

 a { background-color: rgb(228,95,63); }

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

border-color css

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

 span { border-color: rgb(228,95,63); }

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