Html Css Color HEX #EB5C47 Flamingo

📋 copy color: '#EB5C47'

red 235 ◦ green 92 ◦ blue 71

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

Shades of Flamingo #EB5C47

Tints of Flamingo #EB5C47

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.12%

 BLUE value IS 71 (28.13% from 255) = 17.84%

R = 59.05%
G = 23.12%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EB5C47 (or 0xEB5C47) is known color: Flamingo. HEX triplet: EB, 5C and 47. RGB value is (235,92,71). Sum of RGB (Red+Green+Blue) = 235+92+71=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5C47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5C47 is #14A3B8. Grayscale: #848484. Windows color (decimal): -1352633 or 4676843. OLE color: 4676843.

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

Color convert

RGB 235 92 71 -
CMYK 0 0.61 0.70 0.08
HSL 7.68º 0.8% 0.6% -
HSV(B) 7.68º 0.7% 0.92% -
XYZ 39.23 25.77 8.87 -
YUV 132.36 93.38 201.21 -
System Red Green Blue C M Y K H S L
Decimal 235 92 71 0 0.61 0.70 0.08 7.68 0.8 0.6
Hex EB 5C 47 0 3D 46 8 8 50 3C
Octal 353 134 107 0 75 106 10 10 120 74
Binary 11101011 1011100 1000111 0 111101 1000110 1000 1000 1010000 111100

Color Harmonies of #EB5C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5C47

Black with #EB5C47

Text Example


Text Example

White with #EB5C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5C47; }

 p { color: rgb(235,92,71); }

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

background-color css

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

 a { background-color: rgb(235,92,71); }

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

border-color css

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

 span { border-color: rgb(235,92,71); }

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