Html Css Color HEX #E6684C Flamingo

📋 copy color: '#E6684C'

red 230 ◦ green 104 ◦ blue 76

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

Shades of Flamingo #E6684C

Tints of Flamingo #E6684C

RGB

 RED value IS 230 (90.23% from 255) = 56.1%

 GREEN value IS 104 (41.02% from 255) = 25.37%

 BLUE value IS 76 (30.08% from 255) = 18.54%

R = 56.1%
G = 25.37%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6684C (or 0xE6684C) is known color: Flamingo. HEX triplet: E6, 68 and 4C. RGB value is (230,104,76). Sum of RGB (Red+Green+Blue) = 230+104+76=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E6684C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6684C is #1997B3. Grayscale: #8A8A8A. Windows color (decimal): -1677236 or 5007590. OLE color: 5007590.

HSL color Cylindrical-coordinate representation of color #E6684C: hue angle of 10.91º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6684C is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 104 76 -
CMYK 0 0.55 0.67 0.10
HSL 10.91º 0.75% 0.6% -
HSV(B) 10.91º 0.67% 0.9% -
XYZ 38.89 27.25 10.05 -
YUV 138.48 92.74 193.28 -
System Red Green Blue C M Y K H S L
Decimal 230 104 76 0 0.55 0.67 0.10 10.91 0.75 0.6
Hex E6 68 4C 0 37 43 A B 4B 3C
Octal 346 150 114 0 67 103 12 13 113 74
Binary 11100110 1101000 1001100 0 110111 1000011 1010 1011 1001011 111100

Color Harmonies of #E6684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6684C

Black with #E6684C

Text Example


Text Example

White with #E6684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6684C; }

 p { color: rgb(230,104,76); }

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

background-color css

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

 a { background-color: rgb(230,104,76); }

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

border-color css

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

 span { border-color: rgb(230,104,76); }

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