Html Css Color HEX #E8524B Flamingo

📋 copy color: '#E8524B'

red 232 ◦ green 82 ◦ blue 75

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

Shades of Flamingo #E8524B

Tints of Flamingo #E8524B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.08%

 BLUE value IS 75 (29.69% from 255) = 19.28%

R = 59.64%
G = 21.08%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E8524B (or 0xE8524B) is known color: Flamingo. HEX triplet: E8, 52 and 4B. RGB value is (232,82,75). Sum of RGB (Red+Green+Blue) = 232+82+75=389 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.64% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 232 - color contains mainly: red. Hex color #E8524B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8524B is #17ADB4. Grayscale: #7E7E7E. Windows color (decimal): -1551797 or 4936424. OLE color: 4936424.

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

Color convert

RGB 232 82 75 -
CMYK 0 0.65 0.68 0.09
HSL 2.68º 0.77% 0.6% -
HSV(B) 2.68º 0.68% 0.91% -
XYZ 37.57 23.7 9.25 -
YUV 126.05 99.2 203.57 -
System Red Green Blue C M Y K H S L
Decimal 232 82 75 0 0.65 0.68 0.09 2.68 0.77 0.6
Hex E8 52 4B 0 41 44 9 3 4D 3C
Octal 350 122 113 0 101 104 11 3 115 74
Binary 11101000 1010010 1001011 0 1000001 1000100 1001 11 1001101 111100

Color Harmonies of #E8524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8524B

Black with #E8524B

Text Example


Text Example

White with #E8524B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8524B; }

 p { color: rgb(232,82,75); }

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

background-color css

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

 a { background-color: rgb(232,82,75); }

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

border-color css

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

 span { border-color: rgb(232,82,75); }

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