Html Css Color HEX #EB594D Flamingo

📋 copy color: '#EB594D'

red 235 ◦ green 89 ◦ blue 77

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

Shades of Flamingo #EB594D

Tints of Flamingo #EB594D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.19%

 BLUE value IS 77 (30.47% from 255) = 19.2%

R = 58.6%
G = 22.19%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB594D (or 0xEB594D) is known color: Flamingo. HEX triplet: EB, 59 and 4D. RGB value is (235,89,77). Sum of RGB (Red+Green+Blue) = 235+89+77=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB594D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB594D is #14A6B2. Grayscale: #838383. Windows color (decimal): -1353395 or 5069291. OLE color: 5069291.

HSL color Cylindrical-coordinate representation of color #EB594D: hue angle of 4.56º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB594D is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 89 77 -
CMYK 0 0.62 0.67 0.08
HSL 4.56º 0.8% 0.61% -
HSV(B) 4.56º 0.67% 0.92% -
XYZ 39.17 25.34 9.85 -
YUV 131.29 97.37 201.98 -
System Red Green Blue C M Y K H S L
Decimal 235 89 77 0 0.62 0.67 0.08 4.56 0.8 0.61
Hex EB 59 4D 0 3E 43 8 5 50 3D
Octal 353 131 115 0 76 103 10 5 120 75
Binary 11101011 1011001 1001101 0 111110 1000011 1000 101 1010000 111101

Color Harmonies of #EB594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB594D

Black with #EB594D

Text Example


Text Example

White with #EB594D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB594D; }

 p { color: rgb(235,89,77); }

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

background-color css

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

 a { background-color: rgb(235,89,77); }

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

border-color css

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

 span { border-color: rgb(235,89,77); }

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