Html Css Color HEX #EB6646 Flamingo

📋 copy color: '#EB6646'

red 235 ◦ green 102 ◦ blue 70

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

Shades of Flamingo #EB6646

Tints of Flamingo #EB6646

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.06%

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

R = 57.74%
G = 25.06%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EB6646 (or 0xEB6646) is known color: Flamingo. HEX triplet: EB, 66 and 46. RGB value is (235,102,70). Sum of RGB (Red+Green+Blue) = 235+102+70=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6646 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6646 is #1499B9. Grayscale: #8A8A8A. Windows color (decimal): -1350074 or 4613867. OLE color: 4613867.

HSL color Cylindrical-coordinate representation of color #EB6646: hue angle of 11.64º 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 #EB6646 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 102 70 -
CMYK 0 0.57 0.70 0.08
HSL 11.64º 0.8% 0.6% -
HSV(B) 11.64º 0.7% 0.92% -
XYZ 40.12 27.61 9.01 -
YUV 138.12 89.56 197.1 -
System Red Green Blue C M Y K H S L
Decimal 235 102 70 0 0.57 0.70 0.08 11.64 0.8 0.6
Hex EB 66 46 0 39 46 8 C 50 3C
Octal 353 146 106 0 71 106 10 14 120 74
Binary 11101011 1100110 1000110 0 111001 1000110 1000 1100 1010000 111100

Color Harmonies of #EB6646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6646

Black with #EB6646

Text Example


Text Example

White with #EB6646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6646; }

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

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

background-color css

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

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

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

border-color css

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

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

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