Html Css Color HEX #E6684B Flamingo

📋 copy color: '#E6684B'

red 230 ◦ green 104 ◦ blue 75

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

Shades of Flamingo #E6684B

Tints of Flamingo #E6684B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.34%

R = 56.23%
G = 25.43%
B = 18.34%

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

#E6684B (or 0xE6684B) is known color: Flamingo. HEX triplet: E6, 68 and 4B. RGB value is (230,104,75). Sum of RGB (Red+Green+Blue) = 230+104+75=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E6684B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6684B is #1997B4. Grayscale: #8A8A8A. Windows color (decimal): -1677237 or 4942054. OLE color: 4942054.

HSL color Cylindrical-coordinate representation of color #E6684B: hue angle of 11.23º degrees, saturation: 0.76, 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 #E6684B is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 104 75 -
CMYK 0 0.55 0.67 0.10
HSL 11.23º 0.76% 0.6% -
HSV(B) 11.23º 0.67% 0.9% -
XYZ 38.85 27.23 9.87 -
YUV 138.37 92.24 193.36 -
System Red Green Blue C M Y K H S L
Decimal 230 104 75 0 0.55 0.67 0.10 11.23 0.76 0.6
Hex E6 68 4B 0 37 43 A B 4C 3C
Octal 346 150 113 0 67 103 12 13 114 74
Binary 11100110 1101000 1001011 0 110111 1000011 1010 1011 1001100 111100

Color Harmonies of #E6684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6684B

Black with #E6684B

Text Example


Text Example

White with #E6684B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6684B; }

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

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

background-color css

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

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

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

border-color css

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

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

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