Html Css Color HEX #EB6154 Flamingo

📋 copy color: '#EB6154'

red 235 ◦ green 97 ◦ blue 84

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

Shades of Flamingo #EB6154

Tints of Flamingo #EB6154

RGB

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

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

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

R = 56.49%
G = 23.32%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB6154 (or 0xEB6154) is known color: Flamingo. HEX triplet: EB, 61 and 54. RGB value is (235,97,84). Sum of RGB (Red+Green+Blue) = 235+97+84=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6154 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6154 is #149EAB. Grayscale: #888888. Windows color (decimal): -1351340 or 5530091. OLE color: 5530091.

HSL color Cylindrical-coordinate representation of color #EB6154: hue angle of 5.17º 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 #EB6154 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 97 84 -
CMYK 0 0.59 0.64 0.08
HSL 5.17º 0.79% 0.63% -
HSV(B) 5.17º 0.64% 0.92% -
XYZ 40.14 26.85 11.46 -
YUV 136.78 98.22 198.06 -
System Red Green Blue C M Y K H S L
Decimal 235 97 84 0 0.59 0.64 0.08 5.17 0.79 0.63
Hex EB 61 54 0 3B 40 8 5 4F 3F
Octal 353 141 124 0 73 100 10 5 117 77
Binary 11101011 1100001 1010100 0 111011 1000000 1000 101 1001111 111111

Color Harmonies of #EB6154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6154

Black with #EB6154

Text Example


Text Example

White with #EB6154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6154; }

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

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

background-color css

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

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

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

border-color css

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

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

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