Html Css Color HEX #E45B4A Flamingo

📋 copy color: '#E45B4A'

red 228 ◦ green 91 ◦ blue 74

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

Shades of Flamingo #E45B4A

Tints of Flamingo #E45B4A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.16%

 BLUE value IS 74 (29.3% from 255) = 18.83%

R = 58.02%
G = 23.16%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E45B4A (or 0xE45B4A) is known color: Flamingo. HEX triplet: E4, 5B and 4A. RGB value is (228,91,74). Sum of RGB (Red+Green+Blue) = 228+91+74=393 (52% of max value = 765). Red value is 228 (89.45% from 255 or 58.02% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 228 - color contains mainly: red. Hex color #E45B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45B4A is #1BA4B5. Grayscale: #828282. Windows color (decimal): -1811638 or 4873188. OLE color: 4873188.

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

Color convert

RGB 228 91 74 -
CMYK 0 0.60 0.68 0.11
HSL 6.62º 0.74% 0.59% -
HSV(B) 6.62º 0.68% 0.89% -
XYZ 36.97 24.47 9.25 -
YUV 130.03 96.39 197.88 -
System Red Green Blue C M Y K H S L
Decimal 228 91 74 0 0.60 0.68 0.11 6.62 0.74 0.59
Hex E4 5B 4A 0 3C 44 B 7 4A 3B
Octal 344 133 112 0 74 104 13 7 112 73
Binary 11100100 1011011 1001010 0 111100 1000100 1011 111 1001010 111011

Color Harmonies of #E45B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45B4A

Black with #E45B4A

Text Example


Text Example

White with #E45B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45B4A; }

 p { color: rgb(228,91,74); }

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

background-color css

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

 a { background-color: rgb(228,91,74); }

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

border-color css

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

 span { border-color: rgb(228,91,74); }

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