Html Css Color HEX #E75346 Flamingo

📋 copy color: '#E75346'

red 231 ◦ green 83 ◦ blue 70

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

Shades of Flamingo #E75346

Tints of Flamingo #E75346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.23%

R = 60.16%
G = 21.61%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E75346 (or 0xE75346) is known color: Flamingo. HEX triplet: E7, 53 and 46. RGB value is (231,83,70). Sum of RGB (Red+Green+Blue) = 231+83+70=384 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.16% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 231 - color contains mainly: red. Hex color #E75346 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75346 is #18ACB9. Grayscale: #7D7D7D. Windows color (decimal): -1617082 or 4608999. OLE color: 4608999.

HSL color Cylindrical-coordinate representation of color #E75346: hue angle of 4.84º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E75346 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 83 70 -
CMYK 0 0.64 0.70 0.09
HSL 4.84º 0.77% 0.59% -
HSV(B) 4.84º 0.7% 0.91% -
XYZ 37.15 23.62 8.39 -
YUV 125.77 96.53 203.06 -
System Red Green Blue C M Y K H S L
Decimal 231 83 70 0 0.64 0.70 0.09 4.84 0.77 0.59
Hex E7 53 46 0 40 46 9 5 4D 3B
Octal 347 123 106 0 100 106 11 5 115 73
Binary 11100111 1010011 1000110 0 1000000 1000110 1001 101 1001101 111011

Color Harmonies of #E75346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75346

Black with #E75346

Text Example


Text Example

White with #E75346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75346; }

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

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

background-color css

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

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

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

border-color css

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

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

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