Html Css Color HEX #EB6145 Flamingo

📋 copy color: '#EB6145'

red 235 ◦ green 97 ◦ blue 69

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

Shades of Flamingo #EB6145

Tints of Flamingo #EB6145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.19%

 BLUE value IS 69 (27.34% from 255) = 17.21%

R = 58.6%
G = 24.19%
B = 17.21%

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

#EB6145 (or 0xEB6145) is known color: Flamingo. HEX triplet: EB, 61 and 45. RGB value is (235,97,69). Sum of RGB (Red+Green+Blue) = 235+97+69=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6145 is #149EBA. Grayscale: #878787. Windows color (decimal): -1351355 or 4547051. OLE color: 4547051.

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

Color convert

RGB 235 97 69 -
CMYK 0 0.59 0.71 0.08
HSL 10.12º 0.81% 0.6% -
HSV(B) 10.12º 0.71% 0.92% -
XYZ 39.61 26.64 8.68 -
YUV 135.07 90.72 199.28 -
System Red Green Blue C M Y K H S L
Decimal 235 97 69 0 0.59 0.71 0.08 10.12 0.81 0.6
Hex EB 61 45 0 3B 47 8 A 51 3C
Octal 353 141 105 0 73 107 10 12 121 74
Binary 11101011 1100001 1000101 0 111011 1000111 1000 1010 1010001 111100

Color Harmonies of #EB6145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6145

Black with #EB6145

Text Example


Text Example

White with #EB6145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6145; }

 p { color: rgb(235,97,69); }

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

background-color css

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

 a { background-color: rgb(235,97,69); }

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

border-color css

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

 span { border-color: rgb(235,97,69); }

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