Html Css Color HEX #EB6040 Flamingo

📋 copy color: '#EB6040'

red 235 ◦ green 96 ◦ blue 64

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

Shades of Flamingo #EB6040

Tints of Flamingo #EB6040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.2%

R = 59.49%
G = 24.3%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB6040 (or 0xEB6040) is known color: Flamingo. HEX triplet: EB, 60 and 40. RGB value is (235,96,64). Sum of RGB (Red+Green+Blue) = 235+96+64=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6040 is #149FBF. Grayscale: #868686. Windows color (decimal): -1351616 or 4219115. OLE color: 4219115.

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

Color convert

RGB 235 96 64 -
CMYK 0 0.59 0.73 0.08
HSL 11.23º 0.81% 0.59% -
HSV(B) 11.23º 0.73% 0.92% -
XYZ 39.37 26.4 7.87 -
YUV 133.91 88.55 200.1 -
System Red Green Blue C M Y K H S L
Decimal 235 96 64 0 0.59 0.73 0.08 11.23 0.81 0.59
Hex EB 60 40 0 3B 49 8 B 51 3B
Octal 353 140 100 0 73 111 10 13 121 73
Binary 11101011 1100000 1000000 0 111011 1001001 1000 1011 1010001 111011

Color Harmonies of #EB6040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6040

Black with #EB6040

Text Example


Text Example

White with #EB6040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6040; }

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

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

background-color css

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

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

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

border-color css

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

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

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