Html Css Color HEX #EB6444 Flamingo

📋 copy color: '#EB6444'

red 235 ◦ green 100 ◦ blue 68

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

Shades of Flamingo #EB6444

Tints of Flamingo #EB6444

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.81%

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

R = 58.31%
G = 24.81%
B = 16.87%

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

#EB6444 (or 0xEB6444) is known color: Flamingo. HEX triplet: EB, 64 and 44. RGB value is (235,100,68). Sum of RGB (Red+Green+Blue) = 235+100+68=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 68 (26.95% from 255 or 16.87% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6444 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6444 is #149BBB. Grayscale: #888888. Windows color (decimal): -1350588 or 4482283. OLE color: 4482283.

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

Color convert

RGB 235 100 68 -
CMYK 0 0.57 0.71 0.08
HSL 11.5º 0.81% 0.59% -
HSV(B) 11.5º 0.71% 0.92% -
XYZ 39.86 27.19 8.62 -
YUV 136.72 89.23 198.1 -
System Red Green Blue C M Y K H S L
Decimal 235 100 68 0 0.57 0.71 0.08 11.5 0.81 0.59
Hex EB 64 44 0 39 47 8 B 51 3B
Octal 353 144 104 0 71 107 10 13 121 73
Binary 11101011 1100100 1000100 0 111001 1000111 1000 1011 1010001 111011

Color Harmonies of #EB6444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6444

Black with #EB6444

Text Example


Text Example

White with #EB6444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6444; }

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

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

background-color css

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

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

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

border-color css

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

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

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