Html Css Color HEX #EB6654 Flamingo

📋 copy color: '#EB6654'

red 235 ◦ green 102 ◦ blue 84

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

Shades of Flamingo #EB6654

Tints of Flamingo #EB6654

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.23%

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

R = 55.82%
G = 24.23%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB6654 (or 0xEB6654) is known color: Flamingo. HEX triplet: EB, 66 and 54. RGB value is (235,102,84). Sum of RGB (Red+Green+Blue) = 235+102+84=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6654 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6654 is #1499AB. Grayscale: #8B8B8B. Windows color (decimal): -1350060 or 5531371. OLE color: 5531371.

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

Color convert

RGB 235 102 84 -
CMYK 0 0.57 0.64 0.08
HSL 7.15º 0.79% 0.63% -
HSV(B) 7.15º 0.64% 0.92% -
XYZ 40.61 27.81 11.61 -
YUV 139.72 96.56 195.96 -
System Red Green Blue C M Y K H S L
Decimal 235 102 84 0 0.57 0.64 0.08 7.15 0.79 0.63
Hex EB 66 54 0 39 40 8 7 4F 3F
Octal 353 146 124 0 71 100 10 7 117 77
Binary 11101011 1100110 1010100 0 111001 1000000 1000 111 1001111 111111

Color Harmonies of #EB6654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6654

Black with #EB6654

Text Example


Text Example

White with #EB6654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6654; }

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

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

background-color css

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

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

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

border-color css

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

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

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