Html Css Color HEX #EB6354 Flamingo

📋 copy color: '#EB6354'

red 235 ◦ green 99 ◦ blue 84

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

Shades of Flamingo #EB6354

Tints of Flamingo #EB6354

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.68%

 BLUE value IS 84 (33.2% from 255) = 20.1%

R = 56.22%
G = 23.68%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB6354 (or 0xEB6354) is known color: Flamingo. HEX triplet: EB, 63 and 54. RGB value is (235,99,84). Sum of RGB (Red+Green+Blue) = 235+99+84=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6354 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6354 is #149CAB. Grayscale: #8A8A8A. Windows color (decimal): -1350828 or 5530603. OLE color: 5530603.

HSL color Cylindrical-coordinate representation of color #EB6354: hue angle of 5.96º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB6354 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 99 84 -
CMYK 0 0.58 0.64 0.08
HSL 5.96º 0.79% 0.63% -
HSV(B) 5.96º 0.64% 0.92% -
XYZ 40.32 27.23 11.52 -
YUV 137.95 97.56 197.22 -
System Red Green Blue C M Y K H S L
Decimal 235 99 84 0 0.58 0.64 0.08 5.96 0.79 0.63
Hex EB 63 54 0 3A 40 8 6 4F 3F
Octal 353 143 124 0 72 100 10 6 117 77
Binary 11101011 1100011 1010100 0 111010 1000000 1000 110 1001111 111111

Color Harmonies of #EB6354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6354

Black with #EB6354

Text Example


Text Example

White with #EB6354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6354; }

 p { color: rgb(235,99,84); }

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

background-color css

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

 a { background-color: rgb(235,99,84); }

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

border-color css

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

 span { border-color: rgb(235,99,84); }

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