Html Css Color HEX #EB6644 Flamingo

📋 copy color: '#EB6644'

red 235 ◦ green 102 ◦ blue 68

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

Shades of Flamingo #EB6644

Tints of Flamingo #EB6644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.79%

R = 58.02%
G = 25.19%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB6644 (or 0xEB6644) is known color: Flamingo. HEX triplet: EB, 66 and 44. RGB value is (235,102,68). Sum of RGB (Red+Green+Blue) = 235+102+68=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 68 (26.95% from 255 or 16.79% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6644 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6644 is #1499BB. Grayscale: #8A8A8A. Windows color (decimal): -1350076 or 4482795. OLE color: 4482795.

HSL color Cylindrical-coordinate representation of color #EB6644: hue angle of 12.22º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB6644 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 102 68 -
CMYK 0 0.57 0.71 0.08
HSL 12.22º 0.81% 0.59% -
HSV(B) 12.22º 0.71% 0.92% -
XYZ 40.06 27.58 8.68 -
YUV 137.89 88.56 197.26 -
System Red Green Blue C M Y K H S L
Decimal 235 102 68 0 0.57 0.71 0.08 12.22 0.81 0.59
Hex EB 66 44 0 39 47 8 C 51 3B
Octal 353 146 104 0 71 107 10 14 121 73
Binary 11101011 1100110 1000100 0 111001 1000111 1000 1100 1010001 111011

Color Harmonies of #EB6644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6644

Black with #EB6644

Text Example


Text Example

White with #EB6644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6644; }

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

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

background-color css

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

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

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

border-color css

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

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

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