Html Css Color HEX #E6644C Flamingo

📋 copy color: '#E6644C'

red 230 ◦ green 100 ◦ blue 76

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

Shades of Flamingo #E6644C

Tints of Flamingo #E6644C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.63%

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

R = 56.65%
G = 24.63%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6644C (or 0xE6644C) is known color: Flamingo. HEX triplet: E6, 64 and 4C. RGB value is (230,100,76). Sum of RGB (Red+Green+Blue) = 230+100+76=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E6644C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6644C is #199BB3. Grayscale: #888888. Windows color (decimal): -1678260 or 5006566. OLE color: 5006566.

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

Color convert

RGB 230 100 76 -
CMYK 0 0.57 0.67 0.10
HSL 9.35º 0.75% 0.6% -
HSV(B) 9.35º 0.67% 0.9% -
XYZ 38.49 26.46 9.92 -
YUV 136.13 94.07 194.95 -
System Red Green Blue C M Y K H S L
Decimal 230 100 76 0 0.57 0.67 0.10 9.35 0.75 0.6
Hex E6 64 4C 0 39 43 A 9 4B 3C
Octal 346 144 114 0 71 103 12 11 113 74
Binary 11100110 1100100 1001100 0 111001 1000011 1010 1001 1001011 111100

Color Harmonies of #E6644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6644C

Black with #E6644C

Text Example


Text Example

White with #E6644C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6644C; }

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

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

background-color css

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

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

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

border-color css

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

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

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