Html Css Color HEX #E7524A Flamingo

📋 copy color: '#E7524A'

red 231 ◦ green 82 ◦ blue 74

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

Shades of Flamingo #E7524A

Tints of Flamingo #E7524A

RGB

 RED value IS 231 (90.63% from 255) = 59.69%

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

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

R = 59.69%
G = 21.19%
B = 19.12%

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

#E7524A (or 0xE7524A) is known color: Flamingo. HEX triplet: E7, 52 and 4A. RGB value is (231,82,74). Sum of RGB (Red+Green+Blue) = 231+82+74=387 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.69% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 231 - color contains mainly: red. Hex color #E7524A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7524A is #18ADB5. Grayscale: #7D7D7D. Windows color (decimal): -1617334 or 4870887. OLE color: 4870887.

HSL color Cylindrical-coordinate representation of color #E7524A: hue angle of 3.06º 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 #E7524A is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 82 74 -
CMYK 0 0.65 0.68 0.09
HSL 3.06º 0.77% 0.6% -
HSV(B) 3.06º 0.68% 0.91% -
XYZ 37.21 23.52 9.06 -
YUV 125.64 98.86 203.15 -
System Red Green Blue C M Y K H S L
Decimal 231 82 74 0 0.65 0.68 0.09 3.06 0.77 0.6
Hex E7 52 4A 0 41 44 9 3 4D 3C
Octal 347 122 112 0 101 104 11 3 115 74
Binary 11100111 1010010 1001010 0 1000001 1000100 1001 11 1001101 111100

Color Harmonies of #E7524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7524A

Black with #E7524A

Text Example


Text Example

White with #E7524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7524A; }

 p { color: rgb(231,82,74); }

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

background-color css

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

 a { background-color: rgb(231,82,74); }

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

border-color css

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

 span { border-color: rgb(231,82,74); }

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