Html Css Color HEX #E6664D Flamingo

📋 copy color: '#E6664D'

red 230 ◦ green 102 ◦ blue 77

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

Shades of Flamingo #E6664D

Tints of Flamingo #E6664D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.83%

R = 56.23%
G = 24.94%
B = 18.83%

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

#E6664D (or 0xE6664D) is known color: Flamingo. HEX triplet: E6, 66 and 4D. RGB value is (230,102,77). Sum of RGB (Red+Green+Blue) = 230+102+77=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E6664D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6664D is #1999B2. Grayscale: #898989. Windows color (decimal): -1677747 or 5072614. OLE color: 5072614.

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

Color convert

RGB 230 102 77 -
CMYK 0 0.56 0.67 0.10
HSL 9.8º 0.75% 0.6% -
HSV(B) 9.8º 0.67% 0.9% -
XYZ 38.72 26.86 10.17 -
YUV 137.42 93.91 194.03 -
System Red Green Blue C M Y K H S L
Decimal 230 102 77 0 0.56 0.67 0.10 9.8 0.75 0.6
Hex E6 66 4D 0 38 43 A A 4B 3C
Octal 346 146 115 0 70 103 12 12 113 74
Binary 11100110 1100110 1001101 0 111000 1000011 1010 1010 1001011 111100

Color Harmonies of #E6664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6664D

Black with #E6664D

Text Example


Text Example

White with #E6664D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6664D; }

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

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

background-color css

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

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

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

border-color css

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

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

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