Html Css Color HEX #EB6346 Flamingo

📋 copy color: '#EB6346'

red 235 ◦ green 99 ◦ blue 70

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

Shades of Flamingo #EB6346

Tints of Flamingo #EB6346

RGB

 RED value IS 235 (92.19% from 255) = 58.17%

 GREEN value IS 99 (39.06% from 255) = 24.5%

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

R = 58.17%
G = 24.5%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EB6346 (or 0xEB6346) is known color: Flamingo. HEX triplet: EB, 63 and 46. RGB value is (235,99,70). Sum of RGB (Red+Green+Blue) = 235+99+70=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6346 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6346 is #149CB9. Grayscale: #888888. Windows color (decimal): -1350842 or 4613099. OLE color: 4613099.

HSL color Cylindrical-coordinate representation of color #EB6346: hue angle of 10.55º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB6346 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 99 70 -
CMYK 0 0.58 0.70 0.08
HSL 10.55º 0.8% 0.6% -
HSV(B) 10.55º 0.7% 0.92% -
XYZ 39.83 27.03 8.91 -
YUV 136.36 90.56 198.36 -
System Red Green Blue C M Y K H S L
Decimal 235 99 70 0 0.58 0.70 0.08 10.55 0.8 0.6
Hex EB 63 46 0 3A 46 8 B 50 3C
Octal 353 143 106 0 72 106 10 13 120 74
Binary 11101011 1100011 1000110 0 111010 1000110 1000 1011 1010000 111100

Color Harmonies of #EB6346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6346

Black with #EB6346

Text Example


Text Example

White with #EB6346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6346; }

 p { color: rgb(235,99,70); }

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

background-color css

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

 a { background-color: rgb(235,99,70); }

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

border-color css

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

 span { border-color: rgb(235,99,70); }

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