Html Css Color HEX #E7534B Flamingo

📋 copy color: '#E7534B'

red 231 ◦ green 83 ◦ blue 75

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

Shades of Flamingo #E7534B

Tints of Flamingo #E7534B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.34%

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

R = 59.38%
G = 21.34%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7534B (or 0xE7534B) is known color: Flamingo. HEX triplet: E7, 53 and 4B. RGB value is (231,83,75). Sum of RGB (Red+Green+Blue) = 231+83+75=389 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.38% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 231 - color contains mainly: red. Hex color #E7534B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7534B is #18ACB4. Grayscale: #7E7E7E. Windows color (decimal): -1617077 or 4936679. OLE color: 4936679.

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

Color convert

RGB 231 83 75 -
CMYK 0 0.64 0.68 0.09
HSL 3.08º 0.76% 0.6% -
HSV(B) 3.08º 0.68% 0.91% -
XYZ 37.32 23.68 9.26 -
YUV 126.34 99.03 202.65 -
System Red Green Blue C M Y K H S L
Decimal 231 83 75 0 0.64 0.68 0.09 3.08 0.76 0.6
Hex E7 53 4B 0 40 44 9 3 4C 3C
Octal 347 123 113 0 100 104 11 3 114 74
Binary 11100111 1010011 1001011 0 1000000 1000100 1001 11 1001100 111100

Color Harmonies of #E7534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7534B

Black with #E7534B

Text Example


Text Example

White with #E7534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7534B; }

 p { color: rgb(231,83,75); }

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

background-color css

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

 a { background-color: rgb(231,83,75); }

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

border-color css

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

 span { border-color: rgb(231,83,75); }

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