Html Css Color HEX #EB6044 Flamingo

📋 copy color: '#EB6044'

red 235 ◦ green 96 ◦ blue 68

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

Shades of Flamingo #EB6044

Tints of Flamingo #EB6044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.06%

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

R = 58.9%
G = 24.06%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB6044 (or 0xEB6044) is known color: Flamingo. HEX triplet: EB, 60 and 44. RGB value is (235,96,68). Sum of RGB (Red+Green+Blue) = 235+96+68=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6044 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6044 is #149FBB. Grayscale: #868686. Windows color (decimal): -1351612 or 4481259. OLE color: 4481259.

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

Color convert

RGB 235 96 68 -
CMYK 0 0.59 0.71 0.08
HSL 10.06º 0.81% 0.59% -
HSV(B) 10.06º 0.71% 0.92% -
XYZ 39.49 26.45 8.49 -
YUV 134.37 90.55 199.78 -
System Red Green Blue C M Y K H S L
Decimal 235 96 68 0 0.59 0.71 0.08 10.06 0.81 0.59
Hex EB 60 44 0 3B 47 8 A 51 3B
Octal 353 140 104 0 73 107 10 12 121 73
Binary 11101011 1100000 1000100 0 111011 1000111 1000 1010 1010001 111011

Color Harmonies of #EB6044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6044

Black with #EB6044

Text Example


Text Example

White with #EB6044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6044; }

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

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

background-color css

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

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

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

border-color css

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

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

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