Html Css Color HEX #E6664C Flamingo

📋 copy color: '#E6664C'

red 230 ◦ green 102 ◦ blue 76

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

Shades of Flamingo #E6664C

Tints of Flamingo #E6664C

RGB

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

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

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

R = 56.37%
G = 25%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6664C (or 0xE6664C) is known color: Flamingo. HEX triplet: E6, 66 and 4C. RGB value is (230,102,76). Sum of RGB (Red+Green+Blue) = 230+102+76=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E6664C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6664C is #1999B3. Grayscale: #898989. Windows color (decimal): -1677748 or 5007078. OLE color: 5007078.

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

Color convert

RGB 230 102 76 -
CMYK 0 0.56 0.67 0.10
HSL 10.13º 0.75% 0.6% -
HSV(B) 10.13º 0.67% 0.9% -
XYZ 38.69 26.85 9.98 -
YUV 137.31 93.41 194.11 -
System Red Green Blue C M Y K H S L
Decimal 230 102 76 0 0.56 0.67 0.10 10.13 0.75 0.6
Hex E6 66 4C 0 38 43 A A 4B 3C
Octal 346 146 114 0 70 103 12 12 113 74
Binary 11100110 1100110 1001100 0 111000 1000011 1010 1010 1001011 111100

Color Harmonies of #E6664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6664C

Black with #E6664C

Text Example


Text Example

White with #E6664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6664C; }

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

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

background-color css

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

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

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

border-color css

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

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

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